gh-pages
somas95 2017-12-20 11:37:02 +01:00
parent b5cc3c9f35
commit 6c4e391f62
1 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ DEPRECATED
.status_bar_box button {
/* finding reset */
background-color: @ligh_bg;
background-color: @light_bg;
text-shadow: inherit;
/*icon-shadow: inherit;*/
box-shadow: initial;
@ -177,7 +177,7 @@ DEPRECATED
.status_bar_box button:hover,
.status_bar_box button:active:hover {
transition: 0s ease-in;
color: @ligh_bg;
color: @light_bg;
background-color: @dark_bg;
}
@ -189,7 +189,7 @@ DEPRECATED
}
.dark_mode .status_bar_box button {
background-color: @dark_bg;
color: @ligh_bg;
color: @light_bg;
}
.dark_mode .status_bar_box button:hover,
.dark_mode .status_bar_box button:active {