mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Font-size added for dropdowntimeField
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44314 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
aba84f63ab
commit
e863386e47
@ -23,7 +23,8 @@
|
|||||||
}
|
}
|
||||||
.right form .text,
|
.right form .text,
|
||||||
.right form .field span.readonly,
|
.right form .field span.readonly,
|
||||||
.right form .calendardate input {
|
.right form .calendardate input,
|
||||||
|
.right form .dropdowntime input {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.right form .dropdown {
|
.right form .dropdown {
|
||||||
|
Loading…
Reference in New Issue
Block a user