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

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

Issue 15873002: Files.app: Keep the background color of top buttons as pressed until it is released. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 { 5 html {
6 height: 100%; 6 height: 100%;
7 } 7 }
8 8
9 html.col-resize * { 9 html.col-resize * {
10 cursor: col-resize !important; 10 cursor: col-resize !important;
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 min-width: 0; 762 min-width: 0;
763 outline: none; 763 outline: none;
764 padding: 0; 764 padding: 0;
765 width: 32px; 765 width: 32px;
766 } 766 }
767 767
768 body[new-ui] .dialog-header .buttonbar button:not(:active) { 768 body[new-ui] .dialog-header .buttonbar button:not(:active) {
769 -webkit-box-shadow: none; 769 -webkit-box-shadow: none;
770 } 770 }
771 771
772 body[new-ui] .dialog-header button:not(:hover):not(focus) { 772 body[new-ui] .dialog-header button:not(:hover):not(focus):not(:active) {
773 background-color: transparent; 773 background-color: transparent;
774 border-color: transparent; 774 border-color: transparent;
775 } 775 }
776 776
777 #search-box, 777 #search-box,
778 #filename-input-box input { 778 #filename-input-box input {
779 border: 1px solid #d9d9d9; 779 border: 1px solid #d9d9d9;
780 border-radius: 1px; 780 border-radius: 1px;
781 border-top: 1px solid #c0c0c0; 781 border-top: 1px solid #c0c0c0;
782 box-sizing: border-box; 782 box-sizing: border-box;
(...skipping 1573 matching lines...) Expand 10 before | Expand all | Expand 10 after
2356 body[new-ui] #iframe-drag-area { 2356 body[new-ui] #iframe-drag-area {
2357 -webkit-app-region: drag; 2357 -webkit-app-region: drag;
2358 height: 45px; 2358 height: 45px;
2359 left: 64px; 2359 left: 64px;
2360 position: absolute; 2360 position: absolute;
2361 right: 70px; 2361 right: 70px;
2362 top: 0; 2362 top: 0;
2363 width: auto; 2363 width: auto;
2364 z-index: 101; 2364 z-index: 101;
2365 } 2365 }
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