update
This commit is contained in:
parent
9eb675f8b4
commit
9397a34922
1 changed files with 9 additions and 1 deletions
|
@ -244,7 +244,15 @@ window.background.chromium {
|
|||
|
||||
> menubar { background-color: $header_bg; }
|
||||
|
||||
menu menuitem { border-radius: 0; }
|
||||
menu {
|
||||
background-color: $base;
|
||||
border-radius: 0;
|
||||
border: 1px solid $solid_borders_color;
|
||||
|
||||
menuitem {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue