From e9f83423c716c9be52558aefbb80240fe47b5a7b Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Thu, 10 Aug 2017 19:59:17 +0200 Subject: Add some firefox theme for stylish plugin --- firefox/stylish/bug-fix | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 firefox/stylish/bug-fix (limited to 'firefox/stylish/bug-fix') 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; +} -- cgit v1.2.1