new style
This commit is contained in:
parent
6bfd502fd8
commit
fc14ec40ba
1 changed files with 8 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ window#waybar.hidden {
|
|||
|
||||
button {
|
||||
/* Use box-shadow instead of border so the text isn't offset */
|
||||
box-shadow: inset 0 -2px transparent;
|
||||
/* box-shadow: inset 0 -2px transparent; */
|
||||
/* Avoid rounded borders under each button name */
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
|
|
@ -34,22 +34,26 @@ button {
|
|||
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
||||
button:hover {
|
||||
background: inherit;
|
||||
box-shadow: inset 0 -2px #ffffff;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 4px;
|
||||
color: #999999;
|
||||
background-color: transparent;
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: inherit;
|
||||
color: #ffffff;
|
||||
background: #2c2c2c;
|
||||
}
|
||||
|
||||
#workspaces button.focused,
|
||||
#workspaces button.active {
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue