mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-24 05:21:08 -08:00
Add: URL View - Focus Item Border
This commit is contained in:
parent
44e8d5018a
commit
e64e54b67f
4 changed files with 17 additions and 0 deletions
|
|
@ -7724,6 +7724,13 @@
|
|||
display: block !important;
|
||||
}
|
||||
}
|
||||
/*= Url View - Item Focus Border =============================================*/
|
||||
@supports -moz-bool-pref("userChrome.urlView.focus_item_border") {
|
||||
.urlbarView-row:not([type="tip"], [type="dynamic"])[selected] > .urlbarView-row-inner,
|
||||
.urlbarView-row-inner[selected] {
|
||||
box-shadow: 3px 0 var(--toolbar-field-focus-border-color) inset !important;
|
||||
}
|
||||
}
|
||||
/** Panel UI ******************************************************************/
|
||||
@supports -moz-bool-pref("userChrome.panel.remove_strip") {
|
||||
#appMenu-fxa-separator {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue