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

Side by Side Diff: chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css

Issue 121723002: [Wallpaper Picker] Fixed custom wallpaper Context Menu z-index (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « no previous file | 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) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 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 html { 5 html {
6 height: 100%; 6 height: 100%;
7 } 7 }
8 8
9 body { 9 body {
10 -webkit-app-region: drag; 10 -webkit-app-region: drag;
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 z-index: 1; 164 z-index: 1;
165 } 165 }
166 166
167 .image-picker .check { 167 .image-picker .check {
168 background-image: url('../images/ui/check.png'); 168 background-image: url('../images/ui/check.png');
169 height: 32px; 169 height: 32px;
170 left: 38px; 170 left: 38px;
171 position: absolute; 171 position: absolute;
172 top: 18px; 172 top: 18px;
173 width: 32px; 173 width: 32px;
174 z-index: 3; 174 z-index: 2;
175 } 175 }
176 176
177 ::-webkit-scrollbar { 177 ::-webkit-scrollbar {
178 width: 6px; 178 width: 6px;
179 } 179 }
180 180
181 ::-webkit-scrollbar-thumb { 181 ::-webkit-scrollbar-thumb {
182 background: #aaa; 182 background: #aaa;
183 } 183 }
184 184
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 margin-right: 4px; 333 margin-right: 4px;
334 opacity: 0.7; 334 opacity: 0.7;
335 position: relative; 335 position: relative;
336 top: 4px; 336 top: 4px;
337 width: 17px; 337 width: 17px;
338 } 338 }
339 339
340 #surprise-me #checkbox.checked { 340 #surprise-me #checkbox.checked {
341 background-image: url('../images/ui/checkbox_checked.png'); 341 background-image: url('../images/ui/checkbox_checked.png');
342 } 342 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698