diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2023-05-03 23:18:40 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2023-05-03 23:18:40 +0200 |
| commit | 2a3dda49dfd0faae1cbe9dbea14bf0d40623bd6a (patch) | |
| tree | 119772e8479f59f7fae7f26233013b9d6f516eb3 /waybar/style.css | |
| parent | 7f6d37650d228f4765fc8b9a0bde2feaaaee4927 (diff) | |
.
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/waybar/style.css b/waybar/style.css index 2b56907..3cba0bc 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -9,24 +9,28 @@ window#waybar { padding: 5px; } -#workspaces button { +#workspaces button, +#tags button { padding: 0 10px; background-color: transparent; border-radius: 0; } -#workspaces button:hover { +#workspaces button:hover, +#tags button:hover { box-shadow: inherit; text-shadow: inherit; background: transparent; border: 1px solid rgba(255, 255, 255, 0.5); } -#workspaces button.focused { +#workspaces button.focused, +#tags button.focused { background-color: rgba(255, 255, 255, 0.3); } -#workspaces button.urgent { +#workspaces button.urgent, +#tags button.urgent { background-color: #eb4d4b; } |
