mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: cms ui removed backgound from delete button on files & images
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70601 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
d6949c03d5
commit
5c1693c9a6
@ -1,6 +1,9 @@
|
||||
#right form .inlineformaction {
|
||||
margin-left: 0;
|
||||
}
|
||||
#right form #deletemarked .middleColumn {
|
||||
background: none;
|
||||
}
|
||||
.dragfile,
|
||||
.dragfile img {
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user