aboutsummaryrefslogtreecommitdiff
path: root/firefox/stylish/bug-fix
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.net>2017-08-10 19:59:17 +0200
committerNeodarZ <neodarz@neodarz.net>2017-08-10 19:59:17 +0200
commite9f83423c716c9be52558aefbb80240fe47b5a7b (patch)
treef38767e0eee782af4dd3c480fa7e5c727a09d981 /firefox/stylish/bug-fix
parentf88eac462e3121e63363e877f763afbfb9d6dda8 (diff)
downloaddotfiles_ascii-e9f83423c716c9be52558aefbb80240fe47b5a7b.tar.xz
dotfiles_ascii-e9f83423c716c9be52558aefbb80240fe47b5a7b.zip
Add some firefox theme for stylish plugin
Diffstat (limited to 'firefox/stylish/bug-fix')
-rw-r--r--firefox/stylish/bug-fix31
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;
+}