Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/***
2
wysihtml5
3
***/
4
 
5
.wysihtml5-sandbox {
6
  width: 100% !important;
7
}
8
 
9
.wysihtml5-toolbar li {
10
  margin: 0px;
11
  height: 29px;
12
}
13
 
14
.wysihtml5-toolbar li .dropdown-menu {
15
  margin-top: 5px;
16
}
17
 
18
/***
19
Error state for WYSIWYG Editors
20
***/
21
.has-error .wysihtml5-sandbox {
22
  border: 1px solid $state-danger-border !important;
23
}
24
 
25
.has-success .wysihtml5-sandbox {
26
  border: 1px solid $state-success-border !important;
27
}
28
 
29
.has-warning .wysihtml5-sandbox {
30
  border: 1px solid $state-warning-border !important;
31
}