test
This commit is contained in:
parent
b73e0dfb98
commit
712af069d8
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue