diff options
Diffstat (limited to 'js/panels/css-panel/rule-list.reel/rule-list.css')
-rw-r--r-- | js/panels/css-panel/rule-list.reel/rule-list.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/js/panels/css-panel/rule-list.reel/rule-list.css b/js/panels/css-panel/rule-list.reel/rule-list.css index 5f9092f3..8bb90331 100644 --- a/js/panels/css-panel/rule-list.reel/rule-list.css +++ b/js/panels/css-panel/rule-list.reel/rule-list.css | |||
@@ -12,10 +12,11 @@ | |||
12 | background-color: #FFF; | 12 | background-color: #FFF; |
13 | background: #FFF -webkit-linear-gradient(top, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 4px); | 13 | background: #FFF -webkit-linear-gradient(top, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 4px); |
14 | color: #333; | 14 | color: #333; |
15 | display: -webkit-box; | ||
15 | font-family: monospace; | 16 | font-family: monospace; |
16 | padding: 0; | 17 | padding: 0; |
17 | margin: 0; | 18 | margin: 0; |
18 | display: -webkit-box; | 19 | overflow-y: scroll; |
19 | -webkit-box-orient: vertical; | 20 | -webkit-box-orient: vertical; |
20 | -webkit-box-flex: 1; | 21 | -webkit-box-flex: 1; |
21 | } | 22 | } |
@@ -23,7 +24,4 @@ | |||
23 | list-style-type: none; | 24 | list-style-type: none; |
24 | margin: 3px 6px; | 25 | margin: 3px 6px; |
25 | position: relative; | 26 | position: relative; |
26 | } | ||
27 | .rule-list li { | ||
28 | |||
29 | } \ No newline at end of file | 27 | } \ No newline at end of file |