mirror of
https://shylinux.com/x/volcanos
synced 2025-04-30 18:49:23 +08:00
11 lines
522 B
CSS
11 lines
522 B
CSS
fieldset.input.date div.action { height:4rem; }
|
|
fieldset.input.date div.action div.space { width:0; clear:both; }
|
|
fieldset.input.date div.output td.prev { color:gray; }
|
|
fieldset.input.date div.output td.next { color:gray; }
|
|
fieldset.input.date div.output td { padding:2px 11px; }
|
|
fieldset.input.date table { text-align:center; width:280px; }
|
|
fieldset.input.date table td.select { background-color:blue; }
|
|
fieldset.input.date table td:hover { background-color:blue; }
|
|
body.white fieldset.input.date table { color:white; }
|
|
|