diff --git a/css/DropdownTimeField.css b/css/DropdownTimeField.css new file mode 100644 index 000000000..2d7750bad --- /dev/null +++ b/css/DropdownTimeField.css @@ -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; +} \ No newline at end of file