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

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

Issue 2847603002: Powerwash UI polish (Closed)
Patch Set: Change according to new specs Created 3 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
OLDNEW
1 /* Copyright 2016 The Chromium Authors. All rights reserved. 1 /* Copyright 2016 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 paper-button { 5 paper-button {
6 border-color: var(--oobe-text-button-border-color, transparent); 6 border-color: var(--oobe-text-button-border-color, transparent);
7 border-radius: 2px; 7 border-radius: 2px;
8 border-style: solid; 8 border-style: solid;
9 border-width: 2px; 9 border-width: 2px;
10 height: 32px; /* = 28px + 2 * 2px border */ 10 height: 32px; /* = 28px + 2 * 2px border */
(...skipping 14 matching lines...) Expand all
25 background-color: white 25 background-color: white
26 color: var(--google-blue-500); 26 color: var(--google-blue-500);
27 } 27 }
28 28
29 #textButton[inverse]:not([disabled]) #container { 29 #textButton[inverse]:not([disabled]) #container {
30 background-color: var(--google-blue-500); 30 background-color: var(--google-blue-500);
31 color: white; 31 color: white;
32 } 32 }
33 33
34 #textButton[border]:not([disabled]) #container { 34 #textButton[border]:not([disabled]) #container {
35 border-color: rgba(0, 0, 0, 0.2); 35 border-color: rgba(0, 0, 0, .1);
36 border-style: solid; 36 border-style: solid;
37 border-width: 1px; 37 border-width: 1px;
38 } 38 }
39 39
40 ::content * { 40 ::content * {
41 font: var(--oobe-roboto-medium), sans-serif; 41 font: var(--oobe-roboto-medium), sans-serif;
42 font-size: 12px; 42 font-size: 12px;
43 text-transform: none; 43 text-transform: none;
44 } 44 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.html ('k') | ui/login/screen_container.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698