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

Side by Side Diff: ui/file_manager/file_manager/foreground/css/combobutton.css

Issue 247123002: Move Files.app files to ui/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
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 .buttonbar button.combobutton { 5 .buttonbar button.combobutton {
6 -webkit-box-align: stretch; 6 -webkit-box-align: stretch;
7 display: -webkit-box; 7 display: -webkit-box;
8 } 8 }
9 9
10 .buttonbar .combobutton > .action { 10 .buttonbar .combobutton > .action {
(...skipping 14 matching lines...) Expand all
25 display: none; 25 display: none;
26 } 26 }
27 27
28 .buttonbar .combobutton > div > span.disclosureindicator { 28 .buttonbar .combobutton > div > span.disclosureindicator {
29 -webkit-transform: rotate(90deg); 29 -webkit-transform: rotate(90deg);
30 } 30 }
31 31
32 .buttonbar .combobutton[hidden] { 32 .buttonbar .combobutton[hidden] {
33 display: none; 33 display: none;
34 } 34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698