diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2016-03-06 19:07:51 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2016-03-06 19:07:51 -0800 |
| commit | 26b397735a2a61254d5aca0d70a4332ff73f13f4 (patch) | |
| tree | 28945d7d2402c82456e7b6245db6ba03a43e87de /share/frontend/imconcat/deps/opt/bootstrap-wysihtml5.css | |
| parent | c4df44415c48289a5bbeba8f68a3a0c1514a07ac (diff) | |
added basic js
Diffstat (limited to 'share/frontend/imconcat/deps/opt/bootstrap-wysihtml5.css')
| -rw-r--r-- | share/frontend/imconcat/deps/opt/bootstrap-wysihtml5.css | 44 |
1 files changed, 44 insertions, 0 deletions
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 |
