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

Side by Side Diff: chrome/browser/resources/file_manager/css/file_manager.css

Issue 10254008: [File Manager] Fixed cursor style for Learn More link (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« 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) 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 html.col-resize * { 5 html.col-resize * {
6 cursor: col-resize !important; 6 cursor: col-resize !important;
7 } 7 }
8 8
9 /* Outer frame of the dialog. */ 9 /* Outer frame of the dialog. */
10 body { 10 body {
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1148 1148
1149 .unmounted-panel:not([loading]) > .gdata.loading, 1149 .unmounted-panel:not([loading]) > .gdata.loading,
1150 .unmounted-panel:not([error]) > .gdata.error, 1150 .unmounted-panel:not([error]) > .gdata.error,
1151 .unmounted-panel:not([retry]) > .gdata.retry, 1151 .unmounted-panel:not([retry]) > .gdata.retry,
1152 .unmounted-panel:not([retry]) > .gdata.learn-more { 1152 .unmounted-panel:not([retry]) > .gdata.learn-more {
1153 display: none; 1153 display: none;
1154 } 1154 }
1155 1155
1156 .plain-link { 1156 .plain-link {
1157 color: rgb(17, 85, 204); 1157 color: rgb(17, 85, 204);
1158 cursor: default; 1158 cursor: pointer;
1159 } 1159 }
1160 1160
1161 body[ash] .dialog-title, 1161 body[ash] .dialog-title,
1162 body[type='full-page'] [invisibleif='full-page'], 1162 body[type='full-page'] [invisibleif='full-page'],
1163 body:not([type='full-page']) [visibleif='full-page'], 1163 body:not([type='full-page']) [visibleif='full-page'],
1164 body:not([type='saveas-file']) [visibleif='saveas-file'], 1164 body:not([type='saveas-file']) [visibleif='saveas-file'],
1165 body:not([type='saveas-file']):not([type='full-page']) 1165 body:not([type='saveas-file']):not([type='full-page'])
1166 [visibleif='saveas-file full-page'] { 1166 [visibleif='saveas-file full-page'] {
1167 display: none; 1167 display: none;
1168 } 1168 }
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