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

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

Issue 420713004: DevTools: [Popover] fix css for popover scrollbar (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 | « no previous file | no next file » | 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 744f73f7743a8ab50be710560872fb7ff514de45..57712b18193e5be7e10c382fdead206e860fb1e2 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -2805,13 +2805,13 @@ button.record-profile-status-bar-item.toggled-on .glyph:not(.shadow) {
}
.custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:decrement {
- -webkit-border-image: url(Images/trackHoriz.png) 0 11 0 11;
+ -webkit-border-image: url(Images/thumbHoriz.png) 0 11 0 11;
border-color: transparent;
border-width: 0 0 0 11px;
}
.custom-popup-horizontal-scroll ::-webkit-scrollbar-track-piece:horizontal:increment {
- -webkit-border-image: url(Images/trackHoriz.png) 0 11 0 11;
+ -webkit-border-image: url(Images/thumbHoriz.png) 0 11 0 11;
border-color: transparent;
border-width: 0 11px 0 0;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698