diff options
author | Eric Guzman | 2012-05-21 09:39:11 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-21 09:39:11 -0700 |
commit | fbdfb46071c5f1c081f3703ddf35ef009decf167 (patch) | |
tree | 9a6665c278edfb20f2f22fa3e45c6e807fd53186 /js/panels/css-panel/style-sheet.reel/style-sheet.css | |
parent | a8e97144c832e355de7f8177ce38644119248e87 (diff) | |
download | ninja-fbdfb46071c5f1c081f3703ddf35ef009decf167.tar.gz |
Style sheet - Added disabled style to sheet item
Diffstat (limited to 'js/panels/css-panel/style-sheet.reel/style-sheet.css')
-rw-r--r-- | js/panels/css-panel/style-sheet.reel/style-sheet.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/panels/css-panel/style-sheet.reel/style-sheet.css b/js/panels/css-panel/style-sheet.reel/style-sheet.css index 2e72cd9c..44de29eb 100644 --- a/js/panels/css-panel/style-sheet.reel/style-sheet.css +++ b/js/panels/css-panel/style-sheet.reel/style-sheet.css | |||
@@ -136,6 +136,10 @@ | |||
136 | color: #A33939; | 136 | color: #A33939; |
137 | } | 137 | } |
138 | 138 | ||
139 | .ss-disabled { | ||
140 | opacity: .65; | ||
141 | } | ||
142 | |||
139 | .ss-invisible { | 143 | .ss-invisible { |
140 | display: none; | 144 | display: none; |
141 | } \ No newline at end of file | 145 | } \ No newline at end of file |