Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/themes/geckoview/defines.css

Issue 29671566: Issue 6283 - Adjust text highlight and text select handle colors (Closed)
Patch Set: Created Jan. 17, 2018, 9:30 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mobile/android/themes/geckoview/images/accessiblecaret-normal-hdpi.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | mobile/android/themes/geckoview/images/accessiblecaret-normal-hdpi.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld