This commit is contained in:
iFargle 2023-08-30 20:34:00 +09:00
parent b73e0dfb98
commit 712af069d8

View file

@ -164,12 +164,12 @@
#workspaces button.visible, #workspaces button.visible,
#workspaces button { #workspaces button {
font-size: 1px; font-size: 1px;
border-radius: 50px; border-radius: 0px;
/* padding: top | right | bottom | left */ /* padding: top | right | bottom | left */
/* padding: top | left and right | bottom */ /* padding: top | left and right | bottom */
/* padding: top and bottom | left and right */ /* padding: top and bottom | left and right */
padding: 0px 5px; padding: 0px 5px;
margin: 5px; margin: 0px;
color: rgba(0, 0, 0, 0); color: rgba(0, 0, 0, 0);
background-color: #3c3836; background-color: #3c3836;
} }
@ -186,7 +186,7 @@
} }
#workspaces button.urgent { #workspaces button.urgent {
background-color: #fb4934; background-color: #cc241d;
} }
/* /*
@ -231,7 +231,7 @@
#custom-tailscale.Stopped, #custom-tailscale.Stopped,
#network.disconnected { #network.disconnected {
color: #e2cca9; color: #e2cca9;
background-color: #fb4934; background-color: #cc241d;
} }
#battery.charging { #battery.charging {
background-color: #98971a; background-color: #98971a;