style the menu
This commit is contained in:
parent
2fcf199308
commit
1e16d9ca1d
1 changed files with 14 additions and 0 deletions
|
@ -34,6 +34,20 @@ window#waybar {
|
|||
padding-right: 4px;
|
||||
}
|
||||
|
||||
menu {
|
||||
background: @base01;
|
||||
color: @base05;
|
||||
|
||||
/* TODO: fix white background that should be transparent */
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
menuitem:hover {
|
||||
background: @base03;
|
||||
border: 1px solid @base04;
|
||||
}
|
||||
|
||||
button {
|
||||
/* Use box-shadow instead of border so the text isn't offset */
|
||||
box-shadow: inset 0 -3px transparent;
|
||||
|
|
Loading…
Add table
Reference in a new issue