summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/style/style.css')
-rw-r--r--askbot/media/style/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index 4d040adc..fbbd206a 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -1826,6 +1826,10 @@ ul#related-tags li {
margin-right: 7px;
}
.folded-editor {
+ box-shadow: inset 0 0 3px 1px #aaa;
+ -moz-box-shadow: inset 0 0 3px 1px #aaa;
+ -webkit-box-shadow: inset 0 0 3px 1px #aaa;
+ cursor: text;
height: 100px;
outline: none;
width: 100%;
@@ -1833,6 +1837,12 @@ ul#related-tags li {
.folded-editor .editor-proper {
display: none;
}
+.folded-editor.unfolded {
+ cursor: default;
+ box-shadow: 0 0 0 0;
+ -moz-box-shadow: 0 0 0 0;
+ -webkit-box-shadow: 0 0 0 0;
+}
.folded-editor p.prompt {
margin: 5px 8px;
display: block;