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

Unified Diff: mobile/android/themes/core/aboutReaderControls.css

Issue 29348083: Issue 3769 - UI colours gone bad (Closed)
Patch Set: Adjusting comments which indicates what has being changed by this issue in upstream code Created Oct. 25, 2016, 12:16 p.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 | « mobile/android/themes/core/aboutBase.css ('k') | mobile/android/themes/core/config.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/themes/core/aboutReaderControls.css
===================================================================
--- a/mobile/android/themes/core/aboutReaderControls.css
+++ b/mobile/android/themes/core/aboutReaderControls.css
@@ -214,17 +214,17 @@
border: 1px solid #BFBFBF;
padding: 10px;
margin: 15px 10px;
font-size: 14px;
}
#color-scheme-buttons > button:active,
#color-scheme-buttons > button.selected {
- border: 2px solid #FF9500;
+ border: 2px solid #009CD9; /* Changed to match abb_accent_dark_blue. See https://issues.adblockplus.org/ticket/3769 */
}
.dark-button {
color: #eeeeee;
background-color: #333333;
}
.auto-button {
« no previous file with comments | « mobile/android/themes/core/aboutBase.css ('k') | mobile/android/themes/core/config.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld