change some colors
This commit is contained in:
parent
9dc7c268b5
commit
bc5dc6a734
@ -93,12 +93,14 @@ button:hover {
|
|||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
background-color: #5d0456;
|
background-color: #5d0456;
|
||||||
|
color: #f2daf0;
|
||||||
/*color: #000000;*/
|
/*color: #000000;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging,
|
#battery.charging,
|
||||||
#battery.plugged {
|
#battery.plugged {
|
||||||
/*color: #ffffff;*/
|
/*color: #ffffff;*/
|
||||||
|
color: #f2daf0;
|
||||||
background-color: #1d7b43;
|
background-color: #1d7b43;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -139,7 +141,7 @@ label:focus {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#idle_inhibitor {
|
#idle_inhibitor {
|
||||||
background-color: #33022f;
|
background-color: #5d0456;
|
||||||
}
|
}
|
||||||
|
|
||||||
#idle_inhibitor.activated {
|
#idle_inhibitor.activated {
|
||||||
|
Reference in New Issue
Block a user