Index: mobile/android/themes/geckoview/defines.css |
=================================================================== |
--- a/mobile/android/themes/geckoview/defines.css |
+++ b/mobile/android/themes/geckoview/defines.css |
@@ -1,10 +1,11 @@ |
:root { |
- --color_background_highlight: rgba(255, 149, 0, 0.6); |
+ /* Adjust text highlight color. See https://issues.adblockplus.org/ticket/6283 */ |
anton
2018/01/17 12:55:13
Shouldn't we replace tabs with spaces?
jens
2018/01/18 10:34:12
I am not sure. Mozilla was using tabs and I just k
|
+ --color_background_highlight: #009CD9; |
--color_background_highlight_overlay: rgba(171, 171, 171, 0.5); |
--color_text_highlight: #000; |
--form_border: #bfbfbf; |
--form_border_radius: 2px; |
--form_text: #363b40; |
--form_text_disabled: #bebebe; |
--form_background: white; |