Saataa andagii !
This commit is contained in:
parent
028d682f8c
commit
1f3019ac19
1 changed files with 30 additions and 25 deletions
|
@ -31,6 +31,10 @@ window#waybar.chromium {
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -40,7 +44,7 @@ window#waybar.chromium {
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
color: #E6C873;
|
color: #E6C873;
|
||||||
text-decoration: underline;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
|
@ -50,6 +54,7 @@ window#waybar.chromium {
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
box-shadow: none;
|
||||||
background: none;
|
background: none;
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue