diff options
Diffstat (limited to 'js/panels/css-panel/css-panel.reel/css-panel.css')
-rw-r--r-- | js/panels/css-panel/css-panel.reel/css-panel.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/panels/css-panel/css-panel.reel/css-panel.css b/js/panels/css-panel/css-panel.reel/css-panel.css index 6d296a8e..e525c08f 100644 --- a/js/panels/css-panel/css-panel.reel/css-panel.css +++ b/js/panels/css-panel/css-panel.reel/css-panel.css | |||
@@ -47,3 +47,13 @@ | |||
47 | top: 8px; | 47 | top: 8px; |
48 | -webkit-box-flex: 0; | 48 | -webkit-box-flex: 0; |
49 | } | 49 | } |
50 | |||
51 | /* ------------------ | ||
52 | Resizer | ||
53 | ------------------ */ | ||
54 | |||
55 | .sub-panel-resizer { | ||
56 | width: 100%; | ||
57 | height: 3px; | ||
58 | background-color: red; | ||
59 | } | ||