SPR-908: usertools - wrong background + color in noopentasks

This commit is contained in:
Silke Pisulla 2017-04-27 15:11:23 +02:00
commit b62da6335e

View file

@ -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