test
This commit is contained in:
parent
fdb65e965b
commit
a5f343b9df
1 changed files with 13 additions and 6 deletions
|
@ -172,17 +172,23 @@
|
||||||
#workspaces button:hover,
|
#workspaces button:hover,
|
||||||
#workspaces button.focused:hover,
|
#workspaces button.focused:hover,
|
||||||
#workspaces button.visible: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;
|
background-color: #e9b143;
|
||||||
}
|
font-weight: bold;
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
box-shadow: inset 0 -3px #f28534;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#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;
|
background-color: #f2594b;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -202,6 +208,7 @@
|
||||||
#idle_inhibitor,
|
#idle_inhibitor,
|
||||||
#custom-tailscale,
|
#custom-tailscale,
|
||||||
#custom-wlogout,
|
#custom-wlogout,
|
||||||
|
#workspaces button.active
|
||||||
#window {
|
#window {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
|
|
Loading…
Reference in a new issue