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

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

Issue 2688353003: Remove webkit prefixes for transform and perspective in chrome/ styles (Closed)
Patch Set: Created 3 years, 10 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 | chrome/browser/resources/chromeos/login/oobe_screen.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 :host { 5 :host {
6 background-color: white; 6 background-color: white;
7 display: flex; 7 display: flex;
8 width: 100%; 8 width: 100%;
9 } 9 }
10 10
11 #elementBox { 11 #elementBox {
12 padding: 0 10px; 12 padding: 0 10px;
13 width: inherit; 13 width: inherit;
14 } 14 }
15 15
16 paper-toggle-button { 16 paper-toggle-button {
17 /* paper-toggle-button has fixed width of 36px. Make it 32. */
18 -webkit-transform: scale(.8888);
19 min-height: 20px; 17 min-height: 20px;
20 min-width: 32px; 18 min-width: 32px;
19 /* paper-toggle-button has fixed width of 36px. Make it 32. */
20 transform: scale(.8888);
21 } 21 }
22 22
23 #titleContainer { 23 #titleContainer {
24 color: rgba(0, 0, 0, 0.87); 24 color: rgba(0, 0, 0, 0.87);
25 font: 13px Roboto, sans-serif; 25 font: 13px Roboto, sans-serif;
26 } 26 }
27 27
28 .display-value { 28 .display-value {
29 color: rgba(0, 0, 0, 0.54); 29 color: rgba(0, 0, 0, 0.54);
30 font: 13px Roboto, sans-serif; 30 font: 13px Roboto, sans-serif;
31 } 31 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698