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

Delta Between Two Patch Sets: mobile/android/themes/core/aboutReaderControls.css

Issue 29348083: Issue 3769 - UI colours gone bad (Closed)
Left Patch Set: Created July 21, 2016, 2:09 a.m.
Right Patch Set: Adjusting comments which indicates what has being changed by this issue in upstream code Created Oct. 25, 2016, 12:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « mobile/android/themes/core/aboutBase.css ('k') | mobile/android/themes/core/config.css » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* This Source Code Form is subject to the terms of the Mozilla Public 1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file, 2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */ 3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
4 4
5 #reader-message { 5 #reader-message {
6 margin-top: 40px; 6 margin-top: 40px;
7 display: none; 7 display: none;
8 text-align: center; 8 text-align: center;
9 width: 100%; 9 width: 100%;
10 font-size: 0.9em; 10 font-size: 0.9em;
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 width: 33%; 212 width: 33%;
213 border-radius: 4px; 213 border-radius: 4px;
214 border: 1px solid #BFBFBF; 214 border: 1px solid #BFBFBF;
215 padding: 10px; 215 padding: 10px;
216 margin: 15px 10px; 216 margin: 15px 10px;
217 font-size: 14px; 217 font-size: 14px;
218 } 218 }
219 219
220 #color-scheme-buttons > button:active, 220 #color-scheme-buttons > button:active,
221 #color-scheme-buttons > button.selected { 221 #color-scheme-buttons > button.selected {
222 border: 2px solid #009CD9; 222 border: 2px solid #009CD9; /* Changed to match abb_accent_dark_blue. See https ://issues.adblockplus.org/ticket/3769 */
223 } 223 }
224 224
225 .dark-button { 225 .dark-button {
226 color: #eeeeee; 226 color: #eeeeee;
227 background-color: #333333; 227 background-color: #333333;
228 } 228 }
229 229
230 .auto-button { 230 .auto-button {
231 color: #000000; 231 color: #000000;
232 background-color: transparent; 232 background-color: transparent;
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 left: auto; 404 left: auto;
405 right: 15px; 405 right: 15px;
406 bottom: -12px; 406 bottom: -12px;
407 z-index: 1000; 407 z-index: 1000;
408 background: #EBEBF0; 408 background: #EBEBF0;
409 border: 1px solid #D7D9DB; 409 border: 1px solid #D7D9DB;
410 border-radius: 4px; 410 border-radius: 4px;
411 box-shadow: 0px 2px 4px 2px #BFBFBF; 411 box-shadow: 0px 2px 4px 2px #BFBFBF;
412 } 412 }
413 } 413 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld