mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Date styling same as normal inputs
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44179 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7c574874ea
commit
77a5f78740
@ -11,7 +11,8 @@
|
||||
margin: 0;
|
||||
}
|
||||
.right form .text,
|
||||
.right form .field span.readonly {
|
||||
.right form .field span.readonly,
|
||||
.right form .calendardate input {
|
||||
font-size: 14px;
|
||||
}
|
||||
.right form .dropdown {
|
||||
|
Loading…
Reference in New Issue
Block a user