summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/style/style.less')
-rw-r--r--askbot/media/style/style.less11
1 files changed, 11 insertions, 0 deletions
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index e345db96..4a957dd6 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -1923,6 +1923,10 @@ ul#related-tags li {
}
.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%;
@@ -1930,6 +1934,13 @@ ul#related-tags li {
.editor-proper {
display: none;
}
+
+ &.unfolded {
+ cursor: default;
+ box-shadow: 0 0 0 0;
+ -moz-box-shadow: 0 0 0 0;
+ -webkit-box-shadow: 0 0 0 0;
+ }
p.prompt {
margin: 5px 8px;
display: block;