Minor fix in the Redactor styling
This commit is contained in:
parent
aaae5d1f45
commit
33c63ac318
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue