Files
WebStackPage.github.io/assets/less/xenon-less/forms-wysihtml5.less
2017-12-20 13:23:22 +08:00

80 lines
1.3 KiB
Plaintext

@wysihtml5-height: 250px;
.wysihtml5 {
min-height: @wysihtml5-height;
}
.wysihtml5-toolbar {
.btn {
margin-bottom: 0;
&.btn-white {
&:active,
&:focus,
&.active {
border-color: darken(@default-border-color, 2%) !important;
}
&.wysihtml5-command-active {
background: lighten(@input-border, 4%);
.box-shadow(none);
}
&.dropdown-toggle {
i {
position: relative;
top: 1px;
}
}
}
}
li.html-code-icon {
float: right;
}
.dropdown-menu {
border-color: @input-border;
}
a.wysihtml5-colors-title {
padding-top: 3px !important;
padding-left: 35px !important;
}
div.wysihtml5-colors {
width: 25px !important;
}
}
.wysihtml5-sandbox {
min-height: @wysihtml5-height;
padding: @base-padding @base-padding+5 !important;
&::-webkit-scrollbar {
width: 5px;
}
&::-webkit-scrollbar-track {
width: 5px;
background-color: darken(#ededed, 5%);
}
&::-webkit-scrollbar-thumb {
background-color: darken(#ebebeb, 18%);
}
}
.modal .bootstrap-wysihtml5-insert-link-url {
margin-bottom: @base-padding+2 !important;
+ label {
.user-select(none);
input {
top: 4px;
margin-right: @base-padding !important;
}
}
}