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

Side by Side Diff: chrome/browser/resources/extensions/chromeos/kiosk_apps.css

Issue 1134603002: Update some spinners on ChromeOS to Material. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 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 #kiosk-apps-page .checkbox { 5 #kiosk-apps-page .checkbox {
6 display: block; 6 display: block;
7 } 7 }
8 8
9 #kiosk-app-list { 9 #kiosk-app-list {
10 border: 1px solid lightgrey; 10 border: 1px solid lightgrey;
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 vertical-align: middle; 111 vertical-align: middle;
112 } 112 }
113 113
114 .kiosk-app-icon { 114 .kiosk-app-icon {
115 background-size: 100%; 115 background-size: 100%;
116 height: 16px; 116 height: 16px;
117 width: 16px; 117 width: 16px;
118 } 118 }
119 119
120 .kiosk-app-icon.spinner { 120 .kiosk-app-icon.spinner {
121 background-image: url(chrome://resources/images/spinner.svg) !important; 121 background-image: url(chrome://resources/images/throbber.svg) !important;
122 } 122 }
123 123
124 .kiosk-app-name, 124 .kiosk-app-name,
125 .kiosk-app-status { 125 .kiosk-app-status {
126 overflow: hidden; 126 overflow: hidden;
127 text-overflow: ellipsis; 127 text-overflow: ellipsis;
128 } 128 }
129 129
130 .kiosk-app-name { 130 .kiosk-app-name {
131 max-width: 250px; 131 max-width: 250px;
(...skipping 14 matching lines...) Expand all
146 display: inline-block; 146 display: inline-block;
147 } 147 }
148 148
149 #kiosk-disable-bailout-confirm-overlay { 149 #kiosk-disable-bailout-confirm-overlay {
150 width: 250px 150 width: 250px
151 } 151 }
152 152
153 #kiosk-disable-bailout-warning-bold { 153 #kiosk-disable-bailout-warning-bold {
154 font-weight: bold; 154 font-weight: bold;
155 } 155 }
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/css/file_manager.css » ('j') | ui/file_manager/gallery/css/gallery.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698