diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/components/treeview/ninja-branch.reel/ninja-branch.css | 1 | ||||
-rw-r--r-- | js/panels/presets/content.reel/content.css | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/js/components/treeview/ninja-branch.reel/ninja-branch.css b/js/components/treeview/ninja-branch.reel/ninja-branch.css index a3a9350e..340233c7 100644 --- a/js/components/treeview/ninja-branch.reel/ninja-branch.css +++ b/js/components/treeview/ninja-branch.reel/ninja-branch.css | |||
@@ -26,7 +26,6 @@ | |||
26 | cursor: pointer; | 26 | cursor: pointer; |
27 | font-weight: bold; | 27 | font-weight: bold; |
28 | padding: 3px 0 4px; | 28 | padding: 3px 0 4px; |
29 | text-shadow: 1px 1px 1px #000; | ||
30 | } | 29 | } |
31 | 30 | ||
32 | /* First Level */ | 31 | /* First Level */ |
diff --git a/js/panels/presets/content.reel/content.css b/js/panels/presets/content.reel/content.css index d0c8a08a..08e1d53b 100644 --- a/js/panels/presets/content.reel/content.css +++ b/js/panels/presets/content.reel/content.css | |||
@@ -1,6 +1,6 @@ | |||
1 | .presetsPanel { | 1 | .presetsPanel { |
2 | display: -webkit-box; | 2 | display: -webkit-box; |
3 | text-shadow: 1px 1px 0 #000; | 3 | text-shadow: 1px 1px 1px #000; |
4 | -webkit-box-orient: vertical; | 4 | -webkit-box-orient: vertical; |
5 | -webkit-box-flex: 1; | 5 | -webkit-box-flex: 1; |
6 | } | 6 | } |