OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |