added hover to clickable modules
This commit is contained in:
parent
8b2717edc3
commit
9185486a3c
1 changed files with 11 additions and 4 deletions
|
|
@ -62,12 +62,10 @@ button:hover {
|
|||
#battery,
|
||||
#cpu,
|
||||
#memory,
|
||||
#disk,
|
||||
#temperature,
|
||||
#backlight,
|
||||
#network,
|
||||
#pulseaudio,
|
||||
#wireplumber,
|
||||
#tray,
|
||||
#power-profiles-daemon,
|
||||
#mpd {
|
||||
|
|
@ -77,17 +75,26 @@ button:hover {
|
|||
border: 2px solid #81a1c1;
|
||||
}
|
||||
|
||||
#clock:hover,
|
||||
#battery:hover,
|
||||
#power-profiles-daemon:hover,
|
||||
#network:hover,
|
||||
#pulseaudio:hover,
|
||||
#mpd:hover {
|
||||
border: 2px solid #eceff4;
|
||||
}
|
||||
|
||||
#window {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
/* If workspaces is the leftmost module, omit left margin */
|
||||
.modules-left > widget:first-child > #workspaces {
|
||||
.modules-left > widget:first-child > #tags {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* If workspaces is the rightmost module, omit right margin */
|
||||
.modules-right > widget:last-child > #workspaces {
|
||||
.modules-right > widget:last-child > #tags {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue