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

Unified Diff: Source/devtools/front_end/inspectorStyle.css

Issue 401013002: DevTools: Freshen up popover styles. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/elements/Spectrum.js ('k') | Source/devtools/front_end/popover.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspectorStyle.css
diff --git a/Source/devtools/front_end/inspectorStyle.css b/Source/devtools/front_end/inspectorStyle.css
index 6fc26b8565783beeaeeb7cd5a6b61694867ef9fd..744f73f7743a8ab50be710560872fb7ff514de45 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -2383,7 +2383,7 @@ body.inactive .sidebar-tree-item.selected {
}
.source-frame-popover-tree {
- border-top: 1px solid rgb(194, 194, 147);
+ border-top: 1px solid rgb(184, 184, 184);
overflow: auto;
position: absolute;
top: 15px;
@@ -2837,28 +2837,13 @@ button.record-profile-status-bar-item.toggled-on .glyph:not(.shadow) {
-webkit-border-image: url(Images/thumbActiveVert.png) 11 0 11 0;
}
-.custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:start {
- margin-top: 5px;
-}
-
-.custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:end {
- margin-bottom: 5px;
-}
-
-.custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:end:corner-present {
- margin-bottom: 4px;
-}
-
.custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:decrement {
- -webkit-border-image: url(Images/trackVert.png) 11 0 11 0;
- border-color: transparent;
- border-width: 11px 0 0 0;
}
-.custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:increment {
- -webkit-border-image: url(Images/trackVert.png) 11 0 11 0;
- border-color: transparent;
- border-width: 0 0 11px 0;
+.custom-popup-vertical-scroll ::-webkit-scrollbar-track:vertical {
+ background: linear-gradient(to right, rgb(80, 80, 80), rgb(192, 192, 192) 25%, rgb(192, 192, 192));
+ border-radius: 5px;
+ margin: 5px;
}
.console-context {
« no previous file with comments | « Source/devtools/front_end/elements/Spectrum.js ('k') | Source/devtools/front_end/popover.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698