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

Side by Side Diff: chrome/browser/resources/options/browser_options.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
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 #change-home-page-section { 5 #change-home-page-section {
6 -webkit-margin-start: 30px; 6 -webkit-margin-start: 30px;
7 } 7 }
8 8
9 #home-page-url { 9 #home-page-url {
10 display: inline-block; 10 display: inline-block;
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 264
265 .network-add-connection { 265 .network-add-connection {
266 background-image: url(chrome://theme/IDR_NETWORK_ADD_CONNECTION); 266 background-image: url(chrome://theme/IDR_NETWORK_ADD_CONNECTION);
267 background-position: center center !important; 267 background-position: center center !important;
268 background-repeat: no-repeat; 268 background-repeat: no-repeat;
269 background-size: 16px; 269 background-size: 16px;
270 } 270 }
271 271
272 .network-options-button { 272 .network-options-button {
273 -webkit-box-flex: 0; 273 -webkit-box-flex: 0;
274 -webkit-transform: scale(0.6);
275 background-image: none; 274 background-image: none;
276 background-position: center center; 275 background-position: center center;
277 display: block; 276 display: block;
278 opacity: 0.5; 277 opacity: 0.5;
278 transform: scale(0.6);
279 vertical-align: middle; 279 vertical-align: middle;
280 width: 19px; 280 width: 19px;
281 } 281 }
282 282
283 .network-group > .controlled-setting-indicator, 283 .network-group > .controlled-setting-indicator,
284 .network-menu-item > .controlled-setting-indicator { 284 .network-menu-item > .controlled-setting-indicator {
285 -webkit-margin-end: 5px; 285 -webkit-margin-end: 5px;
286 } 286 }
287 287
288 .network-options-button:hover { 288 .network-options-button:hover {
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 483
484 /* An input that has no function except to take up the same amount of space as 484 /* An input that has no function except to take up the same amount of space as
485 * a checkbox. */ 485 * a checkbox. */
486 .spacer-checkbox { 486 .spacer-checkbox {
487 visibility: hidden; 487 visibility: hidden;
488 } 488 }
489 489
490 #android-apps-settings { 490 #android-apps-settings {
491 -webkit-margin-start: 30px; 491 -webkit-margin-start: 30px;
492 } 492 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/tile_page.js ('k') | chrome/browser/resources/options/chromeos/change_picture_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698