Merge pull request #3060 from rabuzarus/20170102_-_frio_badge_z-index
Bugfix: Frio css - add z-index to badges
This commit is contained in:
commit
7f7fe1c332
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ a#item-delete-selected {
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
background-color: $link_color;
|
background-color: $link_color;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
aside .badge {
|
aside .badge {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
|
Loading…
Reference in a new issue