mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
fixed the plus/minus icon issue
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44429 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
798a9baa7b
commit
ed9400cfe7
@ -108,7 +108,6 @@
|
||||
#Form_EditorToolbarImageForm fieldset span,
|
||||
#Form_EditorToolbarLinkForm fieldset span {
|
||||
float: left;
|
||||
background: none;
|
||||
}
|
||||
#Form_EditorToolbarLinkForm fieldset li span,
|
||||
#Form_EditorToolbarImageForm fieldset li span {
|
||||
|
@ -426,6 +426,7 @@ iframe {
|
||||
#contentPanel div.TreeDropdownField span.items {
|
||||
width: 162px;
|
||||
background: #fff;
|
||||
font-size: 12px;
|
||||
border:1px solid #A7A7A7;
|
||||
border-right: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user