This commit is contained in:
iFargle 2023-08-30 19:55:42 +09:00
parent a6591357b3
commit e666b4dcd4

View file

@ -166,10 +166,10 @@
#workspaces button.visible, #workspaces button.visible,
#workspaces button { #workspaces button {
font-size: 16px; font-size: 16px;
border-radius: 5px; border-radius: 50px;
padding: 0px 10px; padding: 0px 5px;
margin: 5px; margin: 5px;
color: #e2cca9; color: #e2cca900;
background-color: #3c3836; background-color: #3c3836;
font-weight: bold; font-weight: bold;
} }
@ -178,27 +178,27 @@
#workspaces button.focused:hover, #workspaces button.focused:hover,
#workspaces button.visible:hover { #workspaces button.visible:hover {
font-size: 16px; font-size: 16px;
padding: 0px 10px; padding: 0px 5px;
margin: 5px; margin: 5px;
color: rgba(50, 48, 47, 0.8); color: rgba(50, 48, 47, 0.0);
background-color: #e9b143; background-color: #e9b143;
font-weight: bold; font-weight: bold;
} }
#workspaces button.urgent { #workspaces button.urgent {
font-size: 16px; font-size: 16px;
padding: 0px 10px; padding: 0px 5px;
margin: 5px; margin: 5px;
color: rgba(50, 48, 47, 0.8); color: rgba(50, 48, 47, 0.0);
background-color: #f2594b; background-color: #f2594b;
font-weight: bold; font-weight: bold;
} }
#workspaces button.active { #workspaces button.active {
font-size: 16px; font-size: 16px;
padding: 0px 10px; padding: 0px 5px;
margin: 5px; margin: 5px;
color: rgba(50, 48, 47, 0.8); color: rgba(50, 48, 47, 0.0);
background-color: #a89984; background-color: #a89984;
font-weight: bold; font-weight: bold;
} }