Updates
This commit is contained in:
parent
8ee9805fb1
commit
b616269c58
|
@ -222,8 +222,8 @@ tooltip label {
|
|||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
background-color: #90b1b1;
|
||||
color: #2a5c45;
|
||||
background-color: @color11;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
|
@ -231,12 +231,18 @@ tooltip label {
|
|||
* ----------------------------------------------------- */
|
||||
|
||||
#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 {
|
||||
color: #ffffff;
|
||||
background-color: #26A65B;
|
||||
background-color: @color11;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
|
|
Loading…
Reference in New Issue
Block a user