test
This commit is contained in:
parent
40edaf16a9
commit
a5910317dd
1 changed files with 5 additions and 7 deletions
|
@ -164,12 +164,11 @@
|
||||||
#workspaces button.visible,
|
#workspaces button.visible,
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
font-size: 1px;
|
font-size: 1px;
|
||||||
border-radius: 5px;
|
border-radius: 50px;
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
color: rgba(0, 0, 0, 0);
|
color: rgba(0, 0, 0, 0);
|
||||||
background-color: #3c3836;
|
background-color: #3c3836;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
|
@ -178,13 +177,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover,
|
#workspaces button:hover,
|
||||||
#workspaces button.focused:hover,
|
#workspaces button.focused:hover, {
|
||||||
#workspaces button.visible:hover {
|
background-color: #d5c4a1;
|
||||||
background-color: #e9b143;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: #f2594b;
|
background-color: #fb4934;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -228,7 +226,7 @@
|
||||||
#battery.critical,
|
#battery.critical,
|
||||||
#custom-tailscale.Stopped,
|
#custom-tailscale.Stopped,
|
||||||
#network.disconnected {
|
#network.disconnected {
|
||||||
background-color: #f2594b;
|
background-color: #fb4934;
|
||||||
}
|
}
|
||||||
#battery.charging {
|
#battery.charging {
|
||||||
color: #98971a;
|
color: #98971a;
|
||||||
|
|
Loading…
Reference in a new issue