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

Side by Side Diff: chrome/browser/resources/uber/uber_shared.css

Issue 125853003: Update managed icon in CrOS proxy settings dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | 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 (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 body.uber-frame { 5 body.uber-frame {
6 -webkit-margin-start: 155px; 6 -webkit-margin-start: 155px;
7 color: rgb(48, 57, 66); 7 color: rgb(48, 57, 66);
8 } 8 }
9 9
10 html[dir='rtl'] body.uber-frame { 10 html[dir='rtl'] body.uber-frame {
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 159
160 .page-banner .page-banner-gradient { 160 .page-banner .page-banner-gradient {
161 -webkit-margin-end: 20px; 161 -webkit-margin-end: 20px;
162 -webkit-margin-start: 0; 162 -webkit-margin-start: 0;
163 margin-bottom: 9px; 163 margin-bottom: 9px;
164 } 164 }
165 165
166 .page-banner-text { 166 .page-banner-text {
167 -webkit-padding-end: 8px; 167 -webkit-padding-end: 8px;
168 -webkit-padding-start: 26px; 168 -webkit-padding-start: 26px;
169 background-image: url('chrome://theme/IDR_MANAGED'); 169 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
170 background-position: 5px center; 170 background-position: 5px center;
171 background-repeat: no-repeat; 171 background-repeat: no-repeat;
172 background-size: 16px; 172 background-size: 16px;
173 display: block; 173 display: block;
174 padding-bottom: 8px; 174 padding-bottom: 8px;
175 padding-top: 8px; 175 padding-top: 8px;
176 } 176 }
177 177
178 .page-banner.clickable:active .page-banner-text { 178 .page-banner.clickable:active .page-banner-text {
179 background: -webkit-linear-gradient(rgb(250, 230, 145), 179 background: -webkit-linear-gradient(rgb(250, 230, 145),
180 rgb(255, 242, 183)); 180 rgb(255, 242, 183));
181 } 181 }
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698