Updates
This commit is contained in:
parent
8ee9805fb1
commit
b616269c58
@ -222,8 +222,8 @@ tooltip label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio.muted {
|
#pulseaudio.muted {
|
||||||
background-color: #90b1b1;
|
background-color: @color11;
|
||||||
color: #2a5c45;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -----------------------------------------------------
|
/* -----------------------------------------------------
|
||||||
@ -231,12 +231,18 @@ tooltip label {
|
|||||||
* ----------------------------------------------------- */
|
* ----------------------------------------------------- */
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
color: @color11;
|
background-color: #FFFFFF;
|
||||||
|
font-size: 16px;
|
||||||
|
color: @background;
|
||||||
|
border-radius: 12px;
|
||||||
|
padding: 2px 10px 0px 10px;
|
||||||
|
margin: 5px 15px 5px 0px;
|
||||||
|
opacity:0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging, #battery.plugged {
|
#battery.charging, #battery.plugged {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #26A65B;
|
background-color: @color11;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user