mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Remove border-radius from workspace buttons for a cleaner look
This commit is contained in:
@@ -23,7 +23,6 @@ window#waybar {
|
|||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
margin: 1px 3px;
|
margin: 1px 3px;
|
||||||
/* border-radius: 10px; */
|
|
||||||
color: #cdd6f4;
|
color: #cdd6f4;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
@@ -42,13 +41,11 @@ window#waybar {
|
|||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
background: rgba(137, 180, 250, 0.3);
|
background: rgba(137, 180, 250, 0.3);
|
||||||
color: #89b4fa;
|
color: #89b4fa;
|
||||||
border-radius: 10px;
|
|
||||||
box-shadow: 0 0 15px rgba(137, 180, 250, 0.4);
|
box-shadow: 0 0 15px rgba(137, 180, 250, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
background: rgba(137, 180, 250, 0.2);
|
background: rgba(137, 180, 250, 0.2);
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Window title */
|
/* Window title */
|
||||||
|
|||||||
Reference in New Issue
Block a user