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

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: overflow for tab header fixed. 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/filter.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 3a715ac2687af6d89f8c7a783ad8d2985b9f72f8..073aac383b5acafcd47e1e78c5857668871e67d0 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 23px;
- border-bottom: 1px solid rgb(163, 163, 163);
+ border-bottom: 1px solid #dadada;
overflow: hidden;
width: 100%;
background-color: #eee;
@@ -133,13 +133,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 +150,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);
}
@@ -225,8 +225,8 @@
width: 1px;
height: 2px;
position: absolute;
- bottom: -1px;
- background-color: #4285F4;
+ bottom: 0;
+ background-color: #3E82F7;
left: 0;
z-index: 50;
transform-origin: 0 0;
« no previous file with comments | « Source/devtools/front_end/ui/filter.css ('k') | Source/devtools/front_end/ui/toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698