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

Unified Diff: Source/devtools/front_end/ui/tabbedPane.css

Issue 1169323004: DevTools: do not respect Chrome theme in DevTools, align toolbar items. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
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 3a715ac2687af6d89f8c7a783ad8d2985b9f72f8..d0f39ee9ea79aa6d2b371d1fbe20f116cb093d75 100644
--- a/Source/devtools/front_end/ui/tabbedPane.css
+++ b/Source/devtools/front_end/ui/tabbedPane.css
@@ -55,8 +55,7 @@
.tabbed-pane-header {
display: flex;
flex: 0 0 23px;
- border-bottom: 1px solid rgb(163, 163, 163);
- overflow: hidden;
+ border-bottom: 1px solid #dadada;
width: 100%;
background-color: #eee;
}
@@ -133,13 +132,13 @@
float: left;
position: relative;
vertical-align: bottom;
- padding-left: 3px;
line-height: 20px;
- opacity: 0.7;
+ opacity: 0.8;
color: inherit;
font-size: 133%;
- padding: 0 3px 0 5px;
+ padding: 0 7px;
cursor: default;
+ height: 23px;
}
:host-context(.material) .tabbed-pane-header-tabs-drop-down-container {
@@ -150,7 +149,7 @@
padding: 0;
}
-:host-context(.material) .tabbed-pane-header-tabs-drop-down-container:hover {
+.tabbed-pane-header-tabs-drop-down-container:hover {
background-color: rgba(105, 105, 105, 0.1);
}
@@ -226,7 +225,7 @@
height: 2px;
position: absolute;
bottom: -1px;
- background-color: #4285F4;
+ background-color: #3E82F7;
left: 0;
z-index: 50;
transform-origin: 0 0;

Powered by Google App Engine
This is Rietveld 408576698