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
9829e4e4db
commit
6a79b38b21
1 changed files with 10 additions and 0 deletions
10
chrome/scrollable_urlbar_popup.css
Normal file
10
chrome/scrollable_urlbar_popup.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* Makes the urlbar dropdown scrollable */
|
||||
/* Modify the pref browser.urlbar.maxRichResults to set how many results should be shown */
|
||||
|
||||
/* This must NOT be loaded in xul namespace */
|
||||
/* Either load this file using @import or otherwise make sure that the namespace is correctly set */
|
||||
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
html|div#urlbarView-results,
|
||||
html|div#urlbar-results{ max-height: 400px; overflow-y: auto; scrollbar-color: currentColor transparent; scrollbar-width: thin }
|
Loading…
Reference in a new issue