mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
new file
This commit is contained in:
parent
880f03ecae
commit
f83195416a
1 changed files with 10 additions and 0 deletions
10
chrome/floating_searchbar_on_top.css
Normal file
10
chrome/floating_searchbar_on_top.css
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
findbar{
|
||||||
|
-moz-box-ordinal-group: 0;
|
||||||
|
margin-bottom: calc(0px - 2 * var(--toolbarbutton-inner-padding) - 25px);
|
||||||
|
position: relative;
|
||||||
|
border-top: none !important;
|
||||||
|
transition: none !important;
|
||||||
|
border-bottom: 1px solid var(--chrome-content-separator-color);
|
||||||
|
}
|
||||||
|
/* Uncomment for reverse order - search-field on right */
|
||||||
|
/* findbar > .findbar-container { -moz-box-direction: reverse } */
|
Loading…
Reference in a new issue