diff options
Diffstat (limited to 'ui.css')
| -rw-r--r-- | ui.css | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -60,6 +60,7 @@ } .ui-datepicker { + background-color: rgb(17,17,17); background-color: rgba(17,17,17,0.9); width: 217px; height: auto; @@ -67,9 +68,9 @@ font-size: 9pt; border: 1px solid; - -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); - -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); - box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); + -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5); + -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5); + box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5); } @@ -84,16 +85,16 @@ } .ui-datepicker-next { float: right; - background-position: center 0px; + background-position: center 0; } .ui-datepicker-header { color: #e0e0e0; font-weight: bold; - -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2); - -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); - box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); - text-shadow: 1px -1px 0px #000; + -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 2); + -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, .2); + box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, .2); + text-shadow: 1px -1px 0 #000; filter: dropshadow(color=#000, offx=1, offy=-1); line-height: 30px; border-width: 1px 0 0 0; |
