mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
Readonly CSS modification for HTMLEditorField to coordinate the style of the fields
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44378 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
28d8dfdfaf
commit
6ea4d623ec
@ -54,6 +54,13 @@
|
|||||||
width: 97%;
|
width: 97%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.right form .htmleditorfield span.readonly *,
|
||||||
|
#right form .htmleditorfield span.readonly * {
|
||||||
|
margin: 0;
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.right form .checkbox input,
|
.right form .checkbox input,
|
||||||
.right form .optionset input {
|
.right form .optionset input {
|
||||||
border: none;
|
border: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user