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

Side by Side Diff: Source/devtools/front_end/components/inspectorViewTabbedPane.css

Issue 1179183002: DevTools: border and toolbar colors from Max's mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments addressed. Created 5 years, 6 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 /* 1 /*
2 * Copyright 2015 The Chromium Authors. All rights reserved. 2 * Copyright 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .tabbed-pane-header { 7 .tabbed-pane-header {
8 background-color: #f3f3f3; 8 background-color: #f3f3f3;
9 flex: 0 0 27px; 9 flex: 0 0 27px;
10 overflow: visible; 10 overflow: visible;
(...skipping 11 matching lines...) Expand all
22 .tabbed-pane-header-tab.selected { 22 .tabbed-pane-header-tab.selected {
23 height: 26px; 23 height: 26px;
24 margin: 0; 24 margin: 0;
25 background: none; 25 background: none;
26 border: none; 26 border: none;
27 padding: 0 6px; 27 padding: 0 6px;
28 transition: background-color 150ms cubic-bezier(0, 0, 0.2, 1); 28 transition: background-color 150ms cubic-bezier(0, 0, 0.2, 1);
29 } 29 }
30 30
31 .tabbed-pane-header-tab { 31 .tabbed-pane-header-tab {
32 color: #666; 32 color: #5a5a5a;
33 } 33 }
34 34
35 .tabbed-pane-header-tab.selected { 35 .tabbed-pane-header-tab.selected {
36 color: #333; 36 color: #333;
37 } 37 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/components/InspectorView.js ('k') | Source/devtools/front_end/sidebarPane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698