update
This commit is contained in:
parent
1b3ce38ffc
commit
f9dce4503d
3 changed files with 21 additions and 0 deletions
|
@ -80,6 +80,13 @@ findbar:-moz-window-inactive {
|
||||||
-moz-box-ordinal-group: 100;
|
-moz-box-ordinal-group: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Sidebar */
|
||||||
|
#sidebar-box,
|
||||||
|
.sidebar-panel[lwt-sidebar] {
|
||||||
|
color: var(--gnome-toolbar-color) !important;
|
||||||
|
background: var(--gnome-toolbar-background) !important;
|
||||||
|
}
|
||||||
|
|
||||||
#PersonalToolbar {
|
#PersonalToolbar {
|
||||||
padding: 0 3px 3px !important;
|
padding: 0 3px 3px !important;
|
||||||
height: 32px !important;
|
height: 32px !important;
|
||||||
|
|
|
@ -91,6 +91,13 @@ findbar:-moz-window-inactive,
|
||||||
max-height: 32px !important;
|
max-height: 32px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Sidebar */
|
||||||
|
#sidebar-box,
|
||||||
|
.sidebar-panel[lwt-sidebar] {
|
||||||
|
color: var(--gnome-toolbar-color) !important;
|
||||||
|
background: var(--gnome-toolbar-background) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* bookmark-item */
|
/* bookmark-item */
|
||||||
toolbarbutton.bookmark-item {
|
toolbarbutton.bookmark-item {
|
||||||
padding: 3px 6px !important;
|
padding: 3px 6px !important;
|
||||||
|
|
|
@ -102,6 +102,13 @@ findbar:-moz-window-inactive label,
|
||||||
max-height: 32px !important;
|
max-height: 32px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Sidebar */
|
||||||
|
#sidebar-box,
|
||||||
|
.sidebar-panel[lwt-sidebar] {
|
||||||
|
color: var(--gnome-toolbar-color) !important;
|
||||||
|
background: var(--gnome-toolbar-background) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* bookmark-item */
|
/* bookmark-item */
|
||||||
toolbarbutton.bookmark-item {
|
toolbarbutton.bookmark-item {
|
||||||
padding: 3px 6px !important;
|
padding: 3px 6px !important;
|
||||||
|
|
Loading…
Reference in a new issue