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

Side by Side Diff: ui/accessibility/extensions/colorenhancer/res/setup.css

Issue 1549903002: Replace -webkit-transform with transform in Chrome UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase CL Created 4 years, 8 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 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 /* main controls */ 5 /* main controls */
6 6
7 th, td { 7 th, td {
8 text-align: center; 8 text-align: center;
9 } 9 }
10 10
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 height: 40px; 61 height: 40px;
62 margin-right: 10px; 62 margin-right: 10px;
63 width: 40px; 63 width: 40px;
64 } 64 }
65 65
66 .row input { 66 .row input {
67 margin-right: 10px; 67 margin-right: 10px;
68 } 68 }
69 69
70 .swatch span { 70 .swatch span {
71 -webkit-transform: translate(-5px, -22px); 71 transform: translate(-5px, -22px);
72 font: 60pt sans; 72 font: 60pt sans;
73 display: flex; 73 display: flex;
74 height: 40px; 74 height: 40px;
75 line-height: 1em; 75 line-height: 1em;
76 width: 40px; 76 width: 40px;
77 pointer-events: none; 77 pointer-events: none;
78 } 78 }
79 79
80 #severity { 80 #severity {
81 margin-left: 50px; 81 margin-left: 50px;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 flex-direction: row; 118 flex-direction: row;
119 justify-content: flex-end; 119 justify-content: flex-end;
120 position: relative; 120 position: relative;
121 } 121 }
122 122
123 #setup-button-strip input:first-child { 123 #setup-button-strip input:first-child {
124 left: 0; 124 left: 0;
125 position: absolute; 125 position: absolute;
126 top: 0; 126 top: 0;
127 } 127 }
OLDNEW
« no previous file with comments | « ui/accessibility/extensions/alt/hide-images.css ('k') | ui/file_manager/file_manager/common/js/util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698