This commit is contained in:
iFargle 2023-08-30 19:32:28 +09:00
parent fdb65e965b
commit a5f343b9df

View file

@ -172,17 +172,23 @@
#workspaces button:hover,
#workspaces button.focused:hover,
#workspaces button.visible:hover {
color: #32302f;
font-size: 16px;
padding: 0px 10px;
margin: 5px;
border-radius: 5px;
color: rgba(50, 48, 47, 0.8);
background-color: #e9b143;
}
#workspaces button.active {
box-shadow: inset 0 -3px #f28534;
font-weight: bold;
}
#workspaces button.urgent {
color: #32302f;
font-size: 16px;
padding: 0px 10px;
margin: 5px;
border-radius: 5px;
color: rgba(50, 48, 47, 0.8);
background-color: #f2594b;
font-weight: bold;
}
/*
@ -202,6 +208,7 @@
#idle_inhibitor,
#custom-tailscale,
#custom-wlogout,
#workspaces button.active
#window {
font-size: 16px;
padding: 0px 10px;