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

Unified Diff: Source/devtools/front_end/ui/tabbedPane.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/ui/splitWidget.css ('k') | Source/devtools/front_end/ui/toolbar.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/tabbedPane.css
diff --git a/Source/devtools/front_end/ui/tabbedPane.css b/Source/devtools/front_end/ui/tabbedPane.css
index 0884f0186369dd7a4c4576a6416f990e4a750d3c..309a60fa9170768ee9b1aa67056c4dcf5d8fae77 100644
--- a/Source/devtools/front_end/ui/tabbedPane.css
+++ b/Source/devtools/front_end/ui/tabbedPane.css
@@ -55,7 +55,7 @@
.tabbed-pane-header {
display: flex;
flex: 0 0 27px;
- border-bottom: 1px solid #dadada;
+ border-bottom: 1px solid #ccc;
overflow: hidden;
width: 100%;
background-color: #f3f3f3;
@@ -84,6 +84,11 @@
cursor: default;
display: flex;
align-items: center;
+ color: #5a5a5a;
+}
+
+.tabbed-pane-header-tab:hover {
+ color: #333;
}
.tabbed-pane-header-tab-title {
@@ -98,6 +103,7 @@
.tabbed-pane-header-tab.selected {
border: 1px solid #ccc;
border-bottom: none;
+ color: #333;
}
.tabbed-pane-header-tab.selected {
« no previous file with comments | « Source/devtools/front_end/ui/splitWidget.css ('k') | Source/devtools/front_end/ui/toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698