Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / sidebarPane.css
index 2bf20ae..ff9266c 100644 (file)
@@ -83,6 +83,7 @@
     background-clip: padding;
     margin-top: -1px;
     white-space: nowrap;
+    overflow: hidden;
 }
 
 .sidebar-pane-title:active {
 
 .sidebar-pane-toolbar > .pane-title-button.add {
     background-image: url(Images/paneAddButtons.png);
+    position: relative;
+}
+
+.sidebar-pane-toolbar > .pane-title-button.add .long-click-glyph {
+    background-color: rgba(135, 135, 135, 1);
+    -webkit-mask-image: url(Images/statusbarButtonGlyphs.png);
+    -webkit-mask-position: -298px -53px;
+    -webkit-mask-size: 320px 144px;
 }
 
 .sidebar-pane-toolbar > .pane-title-button.element-state {