mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DropdownTimeField css adding
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44177 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
e7f6bb1109
commit
b21a14e0f8
39
css/DropdownTimeField.css
Normal file
39
css/DropdownTimeField.css
Normal file
@ -0,0 +1,39 @@
|
||||
#right form .dropdowntime, .dropdowntime {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#right form .dropdowntime input, .dropdowntime input {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
.morning {
|
||||
background: #ffc;
|
||||
}
|
||||
.noon {
|
||||
background: #fcc;
|
||||
}
|
||||
.afternoon {
|
||||
background: #cff;
|
||||
}
|
||||
.evening {
|
||||
background: #ccf;
|
||||
}
|
||||
.midnight {
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
.dropdowntime img {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dropdownpopup {
|
||||
position: absolute;
|
||||
left: 10.2em;
|
||||
top: 0;
|
||||
display: none;
|
||||
}
|
||||
.dropdownpopup.focused {
|
||||
display: block;
|
||||
}
|
Loading…
Reference in New Issue
Block a user