update
This commit is contained in:
parent
80ecab5210
commit
1232ff3cdf
4 changed files with 26 additions and 7 deletions
|
@ -74,7 +74,7 @@ menuitem[disabled="true"]:hover, menupopup menu[disabled="true"]:hover {
|
|||
panel[type="arrow"] {
|
||||
appearance: none !important;
|
||||
background-color: transparent !important;
|
||||
margin-top: 8px !important;
|
||||
margin: 12px -24px 0 !important;
|
||||
}
|
||||
|
||||
/* Style popovers */
|
||||
|
|
|
@ -74,7 +74,7 @@ menuitem[disabled="true"]:hover, menupopup menu[disabled="true"]:hover {
|
|||
panel[type="arrow"] {
|
||||
appearance: none !important;
|
||||
background-color: transparent !important;
|
||||
margin-top: 8px !important;
|
||||
margin: 12px -24px 0 !important;
|
||||
}
|
||||
|
||||
/* Style popovers */
|
||||
|
|
|
@ -18,24 +18,31 @@
|
|||
fill: var(--gnome-toolbar-color);
|
||||
}
|
||||
|
||||
#nav-bar, #PersonalToolbar, #toolbar-menubar {
|
||||
#nav-bar, #PersonalToolbar, #toolbar-menubar, .notificationbox-stack {
|
||||
border: 0 !important;
|
||||
color: var(--gnome-toolbar-color);
|
||||
background: var(--gnome-toolbar-background) !important;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
#TabsToolbar {
|
||||
border: 0 !important;
|
||||
background: var(--gnome-tabstoolbar-background) !important;
|
||||
border-bottom: 1px solid var(--gnome-toolbar-border-color) !important;
|
||||
box-shadow: inset 0 1px var(--gnome-toolbar-border-color) !important;
|
||||
}
|
||||
|
||||
findbar {
|
||||
border: 0 !important;
|
||||
background: var(--gnome-findbar-background) !important;
|
||||
border-bottom: 1px solid var(--gnome-toolbar-border-color) !important;
|
||||
}
|
||||
#nav-bar:-moz-window-inactive,
|
||||
|
||||
.container.infobar {
|
||||
background: var(--gnome-browser-before-load-background) !important;
|
||||
}
|
||||
|
||||
#nav-bar:-moz-window-inactive, .notificationbox-stack:-moz-window-inactive,
|
||||
#PersonalToolbar:-moz-window-inactive, #toolbar-menubar:-moz-window-inactive,
|
||||
#TabsToolbar:-moz-window-inactive, findbar:-moz-window-inactive {
|
||||
background: var(--gnome-inactive-toolbar-background) !important;
|
||||
|
|
|
@ -90,11 +90,23 @@ $flap_sidebar_size: 240px;
|
|||
}
|
||||
|
||||
.nautilus-list-view.view {
|
||||
listview.view > row.activatable {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border-spacing: 0;
|
||||
|
||||
listview.view {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border-spacing: 0;
|
||||
|
||||
> row.activatable {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border-radius: $bt_radius;
|
||||
@extend %row_activatable;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Floating Bar
|
||||
.floating-bar {
|
||||
|
|
Loading…
Reference in a new issue