💥 fix(waybar): transparent tray menu

This commit is contained in:
João Dias
2024-11-19 17:54:33 -03:00
parent 7778a2d5d2
commit be73217871
+6 -6
View File
@@ -52,8 +52,8 @@ window#waybar > box > * > widget:last-child .module {
menu {
background: transparent;
border: none;
background: @background;
padding: 2px;
}
menu > separator {
@@ -67,13 +67,13 @@ menu > * {
}
menu > *:first-child {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
menu > *:last-child {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
menu > *:hover {