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"] {
|
panel[type="arrow"] {
|
||||||
appearance: none !important;
|
appearance: none !important;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
margin-top: 8px !important;
|
margin: 12px -24px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style popovers */
|
/* Style popovers */
|
||||||
|
|
|
@ -74,7 +74,7 @@ menuitem[disabled="true"]:hover, menupopup menu[disabled="true"]:hover {
|
||||||
panel[type="arrow"] {
|
panel[type="arrow"] {
|
||||||
appearance: none !important;
|
appearance: none !important;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
margin-top: 8px !important;
|
margin: 12px -24px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style popovers */
|
/* Style popovers */
|
||||||
|
|
|
@ -18,24 +18,31 @@
|
||||||
fill: var(--gnome-toolbar-color);
|
fill: var(--gnome-toolbar-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-bar, #PersonalToolbar, #toolbar-menubar {
|
#nav-bar, #PersonalToolbar, #toolbar-menubar, .notificationbox-stack {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
color: var(--gnome-toolbar-color);
|
color: var(--gnome-toolbar-color);
|
||||||
background: var(--gnome-toolbar-background) !important;
|
background: var(--gnome-toolbar-background) !important;
|
||||||
border-bottom: none !important;
|
border-bottom: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar {
|
#TabsToolbar {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
background: var(--gnome-tabstoolbar-background) !important;
|
background: var(--gnome-tabstoolbar-background) !important;
|
||||||
border-bottom: 1px solid var(--gnome-toolbar-border-color) !important;
|
border-bottom: 1px solid var(--gnome-toolbar-border-color) !important;
|
||||||
box-shadow: inset 0 1px var(--gnome-toolbar-border-color) !important;
|
box-shadow: inset 0 1px var(--gnome-toolbar-border-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
findbar {
|
findbar {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
background: var(--gnome-findbar-background) !important;
|
background: var(--gnome-findbar-background) !important;
|
||||||
border-bottom: 1px solid var(--gnome-toolbar-border-color) !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,
|
#PersonalToolbar:-moz-window-inactive, #toolbar-menubar:-moz-window-inactive,
|
||||||
#TabsToolbar:-moz-window-inactive, findbar:-moz-window-inactive {
|
#TabsToolbar:-moz-window-inactive, findbar:-moz-window-inactive {
|
||||||
background: var(--gnome-inactive-toolbar-background) !important;
|
background: var(--gnome-inactive-toolbar-background) !important;
|
||||||
|
|
|
@ -90,9 +90,21 @@ $flap_sidebar_size: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nautilus-list-view.view {
|
.nautilus-list-view.view {
|
||||||
listview.view > row.activatable {
|
padding: 0;
|
||||||
border-radius: $bt_radius;
|
margin: 0;
|
||||||
@extend %row_activatable;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue