mirror of
https://shylinux.com/x/volcanos
synced 2025-05-09 06:08:11 +08:00
19 lines
483 B
CSS
19 lines
483 B
CSS
fieldset.input.date div.action div.space {
|
|
clear:both; width:0;
|
|
}
|
|
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;
|
|
}
|
|
|
|
body>fieldset.input.date table td.select { background-color:blue; }
|
|
body>fieldset.input.date table td:hover { background-color:blue; }
|
|
|
|
fieldset.input.date table { text-align:center; width:280px; }
|
|
fieldset.input.date>div.action { height:4rem; }
|