Minor fix in the Redactor styling

This commit is contained in:
alekseybobkov 2014-07-28 09:06:50 +11:00
parent aaae5d1f45
commit 33c63ac318
3 changed files with 10 additions and 1 deletions

View File

@ -62,7 +62,7 @@ label {
font-size: 13px;
&:focus {
border: 1px solid @color-form-field-border-focus;
border: 1px solid @color-form-field-border-focus!important;
}
&.icon {

View File

@ -36,4 +36,9 @@
border-bottom-left-radius: 0;
background: #f6f6f6;
border-bottom: 1px solid #e0e0e0;
-webkit-box-shadow: none;
box-shadow: none;
}
.field-richeditor .redactor_box iframe {
border: none;
}

View File

@ -25,6 +25,10 @@
.border-bottom-radius(0);
background: @color-form-editor-toolbar;
border-bottom: 1px solid @color-form-field-border;
.box-shadow(none);
}
iframe {
border: none;
}
}
}