update
This commit is contained in:
parent
9794d9dae6
commit
704af63fc3
2 changed files with 30 additions and 31 deletions
|
@ -236,15 +236,14 @@ toolbarseparator, menuseparator {
|
||||||
/* border-color: var(--gnome-popover-separator-color) !important;*/
|
/* border-color: var(--gnome-popover-separator-color) !important;*/
|
||||||
}
|
}
|
||||||
#PlacesToolbar menupopup[placespopup="true"] menuseparator {
|
#PlacesToolbar menupopup[placespopup="true"] menuseparator {
|
||||||
border-top: 1px solid var(--gnome-popover-separator-color) !important;
|
border: none !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
margin: 4px 0 !important;
|
|
||||||
}
|
}
|
||||||
#PlacesToolbar menupopup[placespopup="true"] menuseparator::before {
|
toolbarseparator, menuseparator::before {
|
||||||
border: 0 !important;
|
|
||||||
}
|
|
||||||
toolbarseparator:not([orient="vertical"]), menupopup menuseparator {
|
|
||||||
border-top: 1px solid var(--gnome-popover-separator-color) !important;
|
border-top: 1px solid var(--gnome-popover-separator-color) !important;
|
||||||
|
}
|
||||||
|
menupopup menuseparator {
|
||||||
|
border: none !important;
|
||||||
margin: 4px 0 !important;
|
margin: 4px 0 !important;
|
||||||
}
|
}
|
||||||
toolbarseparator[orient="vertical"] {
|
toolbarseparator[orient="vertical"] {
|
||||||
|
|
Loading…
Reference in a new issue