adminpanel 3.0.0 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +0,0 @@
1
- init_wysiwygs = ->
2
- $('.wysihtml5').each (i, elem) ->
3
- $(elem).wysihtml5()
4
-
5
- $(document).ready init_wysiwygs
6
- $(document).on 'page:load', init_wysiwygs
@@ -1,48 +0,0 @@
1
- ul.wysihtml5-toolbar {
2
- margin: 0;
3
- padding: 0;
4
- display: block;
5
- }
6
-
7
- ul.wysihtml5-toolbar::after {
8
- clear: both;
9
- display: table;
10
- content: "";
11
- }
12
-
13
- ul.wysihtml5-toolbar > li {
14
- float: left;
15
- display: list-item;
16
- list-style: none;
17
- margin: 0 5px 10px 0;
18
- }
19
-
20
- ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
21
- font-weight: bold;
22
- }
23
-
24
- ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
25
- font-style: italic;
26
- }
27
-
28
- ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
29
- text-decoration: underline;
30
- }
31
-
32
- ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
33
- background-image: none;
34
- -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
35
- -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
36
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
37
- background-color: #E6E6E6;
38
- background-color: #D9D9D9;
39
- outline: 0;
40
- }
41
-
42
- ul.wysihtml5-commands-disabled .dropdown-menu {
43
- display: none !important;
44
- }
45
-
46
- ul.wysihtml5-toolbar a.wysihtml5-colors-title {
47
- padding-left: 70px;
48
- }
Binary file