mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Fully Theme - Sidebar field
This commit is contained in:
parent
12b2ea43e2
commit
234d23e312
1 changed files with 15 additions and 0 deletions
|
|
@ -540,6 +540,21 @@
|
|||
--input-bgcolor: var(--arrowpanel-background, Field);
|
||||
}
|
||||
|
||||
/*== Sidebar - Field Color =================================================*/
|
||||
.sidebar-panel[lwt-sidebar] #search-box {
|
||||
appearance: none !important;
|
||||
padding: 8px 11px !important;
|
||||
border: 1px solid color-mix(in srgb, currentColor 30%, transparent) !important;
|
||||
border-radius: 4px;
|
||||
|
||||
background-color: var(--lwt-sidebar-background-color, Field) !important;
|
||||
color: var(--lwt-sidebar-text-color, FieldText) !important;
|
||||
}
|
||||
.sidebar-panel[lwt-sidebar] #search-box[focused="true"] {
|
||||
border-color: var(--lwt-sidebar-highlight-background-color) !important;
|
||||
outline: 1px solid var(--lwt-sidebar-highlight-background-color);
|
||||
}
|
||||
|
||||
/* Fully Dark Mode **********************************************************/
|
||||
/*= Remove White Flash =====================================================*/
|
||||
#tabbrowser-tabbox,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue