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

Unified Diff: Source/devtools/front_end/ui/splitWidget.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/sources/sourcesView.css ('k') | Source/devtools/front_end/ui/tabbedPane.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/splitWidget.css
diff --git a/Source/devtools/front_end/ui/splitWidget.css b/Source/devtools/front_end/ui/splitWidget.css
index 77edeb18081b1cd5d4d2849a664d3f5b2c22bf53..4c52f60b03482d5fa9775f5762e92fd1fe11f4b9 100644
--- a/Source/devtools/front_end/ui/splitWidget.css
+++ b/Source/devtools/front_end/ui/splitWidget.css
@@ -105,11 +105,15 @@
width: 16px;
border: none;
z-index: 20;
- background-color: rgba(0, 0, 0, 0.6);
+ background-color: #5a5a5a;
}
.shadow-split-widget button.sidebar-show-hide-button:hover {
- background-color: black;
+ background-color: #333;
+}
+
+.shadow-split-widget button.sidebar-show-hide-button:active {
+ background-color: #5a5a5a;
}
.shadow-split-widget button.sidebar-show-hide-button:disabled {
@@ -133,12 +137,6 @@
top: 5px;
}
-.shadow-split-widget button.left-sidebar-show-hide-button:active,
-.shadow-split-widget button.top-sidebar-show-hide-button:active {
- top: 4px;
- left: 3px;
-}
-
.shadow-split-widget button.right-sidebar-show-hide-button {
top: 5px;
right:4px;
@@ -149,26 +147,11 @@
right: 5px;
}
-.shadow-split-widget button.right-sidebar-show-hide-button:active {
- top: 4px;
- right: 1px;
-}
-
.shadow-split-widget button.bottom-sidebar-show-hide-button {
- bottom: 1px;
- right: 1px;
-}
-
-:host-context(.material) .shadow-split-widget button.bottom-sidebar-show-hide-button {
- bottom: 3px;
+ bottom: 5px;
right: 3px;
}
-.shadow-split-widget button.bottom-sidebar-show-hide-button:active {
- bottom: 0;
- right: 0;
-}
-
.shadow-split-widget button.left-sidebar-show-hide-button.toggled-show {
-webkit-mask-position: -168px -76px; /* |> */
}
« no previous file with comments | « Source/devtools/front_end/sources/sourcesView.css ('k') | Source/devtools/front_end/ui/tabbedPane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698