styles for icon-buttons .num with "0"-amount
This commit is contained in:
parent
5a16f4f4f5
commit
9a1f716d9a
3 changed files with 21 additions and 11 deletions
|
@ -63,22 +63,26 @@
|
|||
|
||||
> li {
|
||||
.btn-usertools-wrapper(); // uniform li
|
||||
.btn-usertools-num();
|
||||
|
||||
float: left;
|
||||
|
||||
&.do_none {
|
||||
&:not([class*="plugin__qc"]) {
|
||||
background-color: @color-site-bg;
|
||||
}
|
||||
|
||||
.num {
|
||||
background-color: @color-border;
|
||||
color: @color-nav;
|
||||
}
|
||||
}
|
||||
|
||||
&.plugin__qc {
|
||||
display: inline-block;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
&.do_none {
|
||||
background-color: @color-site-bg;
|
||||
}
|
||||
|
||||
|
||||
.btn-usertools-num ();
|
||||
|
||||
|
||||
.prefix {
|
||||
.fontello();
|
||||
.hide-text-show-before();
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
li {
|
||||
.btn-usertools-wrapper(); // uniform li
|
||||
.btn-usertools-num();
|
||||
|
||||
float: right;
|
||||
font-size: .8rem;
|
||||
|
@ -38,7 +39,12 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.btn-usertools-num ();
|
||||
&.noopentasks {
|
||||
.num {
|
||||
background-color: @color-border;
|
||||
color: @color-nav;
|
||||
}
|
||||
}
|
||||
|
||||
&.user {
|
||||
border: 1px solid @color-border;
|
||||
|
|
|
@ -158,9 +158,9 @@
|
|||
position: absolute;
|
||||
right: -.4em;
|
||||
top: -.4em;
|
||||
background-color: @color-border;
|
||||
background-color: @button_color;
|
||||
border-radius: 2px;
|
||||
color: @color-nav;
|
||||
color: #fff;
|
||||
font-size: .6rem;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue