From c2d316449f85bd2b74ae9ffaa3d08b7a5ee282cf Mon Sep 17 00:00:00 2001 From: Alex Bitney Date: Sun, 7 Feb 2016 00:00:41 +0200 Subject: added tags when posting new message added templates engine (rythm engine) and moved something to it. WARNING: textext plugin does not work when minimized, and also I fixed bug in it. --- src/main/webapp/textext/textext.plugin.focus.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/main/webapp/textext/textext.plugin.focus.css (limited to 'src/main/webapp/textext/textext.plugin.focus.css') diff --git a/src/main/webapp/textext/textext.plugin.focus.css b/src/main/webapp/textext/textext.plugin.focus.css new file mode 100644 index 00000000..9579128b --- /dev/null +++ b/src/main/webapp/textext/textext.plugin.focus.css @@ -0,0 +1,12 @@ +.text-core .text-wrap .text-focus { + -webkit-box-shadow: 0px 0px 6px #6d84b4; + -moz-box-shadow: 0px 0px 6px #6d84b4; + box-shadow: 0px 0px 6px #6d84b4; + position: absolute; + width: 100%; + height: 100%; + display: none; +} +.text-core .text-wrap .text-focus.text-show-focus { + display: block; +} -- cgit v1.2.3