From cb8605ad190a31b8f0984b5ff4138500d9a28da8 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 8 Apr 2013 20:11:46 -0400 Subject: started working on ediors with hiedable buttons --- askbot/media/style/style.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less index 5ee2eab3..4c631f6d 100644 --- a/askbot/media/style/style.less +++ b/askbot/media/style/style.less @@ -1900,10 +1900,17 @@ ul#related-tags li { .wmd-container { border:#cce6ec 3px solid; + transition: 1s; textarea { border: none; } } +.wmd-container.inactive { + border-color: #ddd; + .mceToolbar { + display: none; + } +} .users-page .wmd-container { width: auto; } -- cgit v1.2.3-1-g7c22