summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/dialog.css
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/dialog.css')
-rw-r--r--Source/WebCore/inspector/front-end/dialog.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/Source/WebCore/inspector/front-end/dialog.css b/Source/WebCore/inspector/front-end/dialog.css
index ccfb3a443..20f3ee1ad 100644
--- a/Source/WebCore/inspector/front-end/dialog.css
+++ b/Source/WebCore/inspector/front-end/dialog.css
@@ -53,3 +53,24 @@
background-color: rgb(215, 215, 215);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
}
+
+.sidebar-overlay-dialog {
+ position: absolute;
+ display: -webkit-box;
+ height: 0;
+ width: 0;
+ -webkit-box-orient: vertical;
+ z-index: -1;
+ background-color: white;
+ border-right: 1px solid gray;
+ -webkit-box-shadow: rgb(90,90,90) 20px 0px 50px -25px;
+}
+
+.sidebar-overlay-resizer {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ width: 5px;
+ z-index: 500;
+ cursor: ew-resize;
+}