diff options
Diffstat (limited to 'firefox/stylish/bug-fix')
-rw-r--r-- | firefox/stylish/bug-fix | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/firefox/stylish/bug-fix b/firefox/stylish/bug-fix new file mode 100644 index 0000000..3ac8ea8 --- /dev/null +++ b/firefox/stylish/bug-fix @@ -0,0 +1,31 @@ +input[type="text"], textarea, input[type="search"], input[type="url"] { + background-color: black !important; + color: white !important; + font-family: "Droid Sans Mono",Menlo,Monaco,"Courier New",monospace !important; +} + +::-moz-placeholder { + color: white !important; +} + +body { + font-family: "Droid Sans Mono",Menlo,Monaco,"Courier New",monospace !important; +} + +/** shaarli fix **/ + +div.awesomplete > ul > li[aria-selected="true"] { + background: white !important; + color: black !important; +} + +div.awesomplete mark { + background: black !important; + text-decoration: underline; + +} + +div.awesomplete li[aria-selected="true"] mark { + background: white !important; + text-decoration: underline; +} |