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

Unified Diff: mobile/android/themes/core/aboutBase.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/chrome/content/WebrtcUI.js ('k') | mobile/android/themes/core/aboutReaderControls.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/themes/core/aboutBase.css
===================================================================
--- a/mobile/android/themes/core/aboutBase.css
+++ b/mobile/android/themes/core/aboutBase.css
@@ -24,17 +24,17 @@ input {
}
.header {
color: #363B40;
font-size: 1.1em;
font-weight: bold;
background-color: #f5f5f5;
border-bottom: 2px solid;
- -moz-border-bottom-colors: #ff9100 #f27900;
+ -moz-border-bottom-colors: #009CD9 #009CD9; /* Changed to match abb_accent_dark_blue. See https://issues.adblockplus.org/ticket/3769 */
display: flex;
flex-direction: row;
align-items: center;
}
.header > div {
flex: 1;
padding: 1em;
« no previous file with comments | « mobile/android/chrome/content/WebrtcUI.js ('k') | mobile/android/themes/core/aboutReaderControls.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld