test
This commit is contained in:
parent
2a370e0ddb
commit
1b226f23e2
1 changed files with 21 additions and 1 deletions
|
@ -169,7 +169,7 @@
|
|||
/* padding: top | left and right | bottom */
|
||||
/* padding: top and bottom | left and right */
|
||||
padding: 0px 1px;
|
||||
margin: 5px;
|
||||
margin: 0px 5px;
|
||||
color: rgba(0, 0, 0, 0);
|
||||
background-color: #3c3836;
|
||||
}
|
||||
|
@ -215,6 +215,26 @@
|
|||
background-color: #a89984;
|
||||
font-weight: bold;
|
||||
}
|
||||
/*
|
||||
* Hover
|
||||
*/
|
||||
#network:hover,
|
||||
#mpris:hover,
|
||||
#memory:hover,
|
||||
#backlight:hover,
|
||||
#cpu:hover,
|
||||
#pulseaudio:hover,
|
||||
#temperature:hover,
|
||||
#battery:hover,
|
||||
#tray:hover,
|
||||
#submap:hover,
|
||||
#clock:hover,
|
||||
#idle_inhibitor:hover,
|
||||
#custom-tailscale:hover,
|
||||
#custom-wlogout:hover,
|
||||
#window:hover {
|
||||
background-color: #d5c4a1;
|
||||
}
|
||||
|
||||
/*
|
||||
* Warning plugins state
|
||||
|
|
Loading…
Reference in a new issue