Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: chrome/browser/resources/chromeos/login/gaia_card.css

Issue 1108243003: ChromeOS Gaia: Changed background color of the Gaia footer to RGBA(0, 0, 0, 0.02) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 :host { 6 :host {
7 height: 528px; 7 height: 528px;
8 width: 448px; 8 width: 448px;
9 } 9 }
10 10
11 .gaia-header { 11 .gaia-header {
12 background-color: rgb(66, 133, 244); 12 background-color: rgb(66, 133, 244);
13 color: rgb(255, 255, 255); 13 color: rgb(255, 255, 255);
14 height: 164px; 14 height: 164px;
15 } 15 }
16 16
17 .gaia-footer, 17 .gaia-footer,
18 #progress-bar::shadow #progressContainer { 18 #progress-bar::shadow #progressContainer {
19 background-color: rgb(238, 238, 238); 19 background-color: rgba(0, 0, 0, 0.02);
20 } 20 }
21 21
22 .gaia-footer { 22 .gaia-footer {
23 position: relative; 23 position: relative;
24 } 24 }
25 25
26 .header-container { 26 .header-container {
27 padding: 34px 40px 16px; 27 padding: 34px 40px 16px;
28 } 28 }
29 29
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 } 91 }
92 92
93 #progress-bar::shadow #activeProgress { 93 #progress-bar::shadow #activeProgress {
94 background-color: rgb(255, 184, 9); 94 background-color: rgb(255, 184, 9);
95 } 95 }
96 96
97 :host(.disabled) #bottom-overlay, 97 :host(.disabled) #bottom-overlay,
98 :host(.disabled) #progress-bar { 98 :host(.disabled) #progress-bar {
99 display: block; 99 display: block;
100 } 100 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698