mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02: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
@ -43,7 +43,7 @@
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.right form .dropdown {
|
||||
font-size: 12px;
|
||||
}
|
||||
@ -54,6 +54,13 @@
|
||||
width: 97%;
|
||||
}
|
||||
|
||||
.right form .htmleditorfield span.readonly *,
|
||||
#right form .htmleditorfield span.readonly * {
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.right form .checkbox input,
|
||||
.right form .optionset input {
|
||||
border: none;
|
||||
|
Loading…
Reference in New Issue
Block a user