From 26b397735a2a61254d5aca0d70a4332ff73f13f4 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Sun, 6 Mar 2016 19:07:51 -0800 Subject: added basic js --- .../imconcat/deps/opt/bootstrap-wysihtml5.css | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 share/frontend/imconcat/deps/opt/bootstrap-wysihtml5.css (limited to 'share/frontend/imconcat/deps/opt/bootstrap-wysihtml5.css') diff --git a/share/frontend/imconcat/deps/opt/bootstrap-wysihtml5.css b/share/frontend/imconcat/deps/opt/bootstrap-wysihtml5.css new file mode 100644 index 0000000..2d83dde --- /dev/null +++ b/share/frontend/imconcat/deps/opt/bootstrap-wysihtml5.css @@ -0,0 +1,44 @@ +ul.wysihtml5-toolbar { + margin: 0; + padding: 0; + display: block; +} + +ul.wysihtml5-toolbar::after { + clear: both; + display: table; + content: ""; +} + +ul.wysihtml5-toolbar > li { + float: left; + display: list-item; + list-style: none; + margin: 0 5px 10px 0; +} + +ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] { + font-weight: bold; +} + +ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] { + font-style: italic; +} + +ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] { + text-decoration: underline; +} + +ul.wysihtml5-toolbar a.btn.wysihtml5-command-active { + background-image: none; + -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05); + background-color: #E6E6E6; + background-color: #D9D9D9 9; + outline: 0; +} + +ul.wysihtml5-commands-disabled .dropdown-menu { + display: none !important; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2