Change address bar highlight color on light mode
This commit is contained in:
parent
052c6f812f
commit
70751f8ab8
2 changed files with 4 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
--toolbar-field-focus-background-color: var(--toolbar-field-background-color) !important;
|
||||
--toolbar-field-focus-color: var(--toolbar-field-color) !important;
|
||||
--toolbar-field-focus-border-color: #0055D7 !important;
|
||||
--urlbar-hover-highlight-color: rgba(192, 192, 192, 0.5) !important;
|
||||
--urlbar-box-bgcolor: rgba(0, 0, 0, 0.09) !important;
|
||||
--urlbar-box-hover-bgcolor: rgba(0, 0, 0, 0.09) !important;
|
||||
--urlbar-box-focus-bgcolor: rgba(0, 0, 0, 0.22) !important;
|
||||
|
@ -88,6 +89,7 @@
|
|||
--toolbar-field-focus-background-color: var(--toolbar-field-background-color) !important;
|
||||
--toolbar-field-focus-color: var(--toolbar-field-color) !important;
|
||||
--toolbar-field-focus-border-color: #63ADE5 !important;
|
||||
--urlbar-hover-highlight-color: rgba(128, 128, 128, 0.5) !important;
|
||||
--urlbar-box-bgcolor: rgba(255, 255, 255, 0.11) !important;
|
||||
--urlbar-box-hover-bgcolor: rgba(255, 255, 255, 0.11) !important;
|
||||
--urlbar-box-focus-bgcolor: rgba(255, 255, 255, 0.28) !important;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
--identity-box-margin-inline: 2px !important;
|
||||
}
|
||||
|
||||
|
||||
:root[style*="--lwt-accent-color: rgb(240, 240, 244)"] #urlbar[focused="true"]:not([suppress-focus-border])>#urlbar-background,
|
||||
:root[style*="--lwt-accent-color: rgb(240, 240, 244)"] #searchbar:focus-within {
|
||||
outline-color: color-mix(in srgb, var(--toolbar-field-focus-border-color) 50%, transparent) !important;
|
||||
|
@ -121,7 +122,7 @@
|
|||
|
||||
#urlbar:hover:not([suppress-focus-border])>#urlbar-background,
|
||||
#searchbar:hover {
|
||||
outline: 1.25px solid rgb(128, 128, 128);
|
||||
outline: 1.5px solid var(--urlbar-hover-highlight-color);
|
||||
}
|
||||
|
||||
/* move tracking protection button */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue