Fix: Fully Theme - Synced Tabs

This commit is contained in:
alstjr7375 2021-11-04 14:21:43 +09:00
parent 234d23e312
commit 8de99608c4

View file

@ -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);
}