SPR-908: usertools - wrong background + color in noopentasks
This commit is contained in:
parent
de0d7f9d13
commit
b62da6335e
1 changed files with 7 additions and 1 deletions
|
@ -59,9 +59,15 @@ ul.page-attributes {
|
||||||
}
|
}
|
||||||
|
|
||||||
.noopentasks {
|
.noopentasks {
|
||||||
background-color: @ini_background;
|
span {
|
||||||
|
background-color: @ini_background_site;
|
||||||
border-color: @noopentasks-border;
|
border-color: @noopentasks-border;
|
||||||
color: @ini_text_webframe;
|
color: @ini_text_webframe;
|
||||||
|
}
|
||||||
|
|
||||||
|
svg path {
|
||||||
|
fill: @ini_text_webframe;
|
||||||
|
}
|
||||||
|
|
||||||
.num {
|
.num {
|
||||||
background-color: @noopentasks-border; // fix
|
background-color: @noopentasks-border; // fix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue