mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
ENHANCEMENT Consistent styling of TypeDropdown in the CMS
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@61166 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
65f0aa701b
commit
92f0f65e70
@ -61,15 +61,18 @@
|
||||
}
|
||||
|
||||
.right form .dropdown,
|
||||
.right form .typedropdown,
|
||||
.right form .countrydropdown {
|
||||
font-size: 12px;
|
||||
}
|
||||
.right form .dropdown select,
|
||||
.right form .typedropdown select,
|
||||
.right form .countrydropdown select {
|
||||
font-size: 12px;
|
||||
height: 19px;
|
||||
}
|
||||
.right form .dropdown select option,
|
||||
.right form .typedropdown select option,
|
||||
.right form .countrydropdown select option {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user