This commit is contained in:
32
modules/home/wayland/apps/eww/bar/css/_systray.scss
Normal file
32
modules/home/wayland/apps/eww/bar/css/_systray.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user