systray css
All checks were successful
Nix Build / build-nixos (push) Successful in 9m23s

This commit is contained in:
soraefir
2024-04-13 12:06:31 +02:00
parent 918a2460f2
commit 41efe10dd4
3 changed files with 36 additions and 1 deletions

View File

@ -0,0 +1,32 @@
.tray menu {
background-color: $base01;
color: $base07;
@include border-radius;
@include border-active;
padding: 10px 0px;
>menuitem {
margin: 0px $border-width;
padding: 0px 10px;
&:disabled label {
color: $base04;
}
&:hover {
background-color: $base0C;
}
}
separator {
background-color: $base03;
padding-top: 1px;
margin:10px 0px;
&:last-child {
padding: unset;
}
}
}