gah I forgot to stage all my new files
This commit is contained in:
parent
bd5a4b0c0e
commit
9f4c905c03
319 changed files with 12157 additions and 14 deletions
23
.config/firefox/chrome.bak/chrome/minimal_text_fields.css
Normal file
23
.config/firefox/chrome.bak/chrome/minimal_text_fields.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
:root{
|
||||
--lwt-toolbar-field-background-color: transparent !important;
|
||||
--lwt-toolbar-field-border-color: transparent !important;
|
||||
}
|
||||
|
||||
#urlbar,
|
||||
.searchbar-textbox{
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
#urlbar > *,
|
||||
.searchbar-textbox > *{
|
||||
opacity: 0;
|
||||
transition: opacity 150ms linear
|
||||
}
|
||||
|
||||
#urlbar > .urlbar-input-box,
|
||||
.searchbar-textbox > moz-input-box{ opacity: 0.6 }
|
||||
|
||||
#urlbar:hover > *,
|
||||
#urlbar:focus-within > *,
|
||||
.searchbar-textbox:hover > *,
|
||||
.searchbar-textbox:focus-within > *{ opacity: 1 }
|
Loading…
Add table
Add a link
Reference in a new issue