mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Fully Theme - Synced Tabs
This commit is contained in:
parent
234d23e312
commit
8de99608c4
1 changed files with 4 additions and 2 deletions
|
|
@ -541,7 +541,8 @@
|
|||
}
|
||||
|
||||
/*== Sidebar - Field Color =================================================*/
|
||||
.sidebar-panel[lwt-sidebar] #search-box {
|
||||
.sidebar-panel[lwt-sidebar] #search-box,
|
||||
body[lwt-sidebar] xul|search-textbox.tabsFilter {
|
||||
appearance: none !important;
|
||||
padding: 8px 11px !important;
|
||||
border: 1px solid color-mix(in srgb, currentColor 30%, transparent) !important;
|
||||
|
|
@ -550,7 +551,8 @@
|
|||
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"] {
|
||||
.sidebar-panel[lwt-sidebar] #search-box[focused="true"],
|
||||
body[lwt-sidebar] xul|search-textbox.tabsFilter[focused="true"] {
|
||||
border-color: var(--lwt-sidebar-highlight-background-color) !important;
|
||||
outline: 1px solid var(--lwt-sidebar-highlight-background-color);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue