diff options
| -rw-r--r-- | res/client/css/vendor/ui.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/client/css/vendor/ui.css b/res/client/css/vendor/ui.css index 8d0b2248..6790b043 100644 --- a/res/client/css/vendor/ui.css +++ b/res/client/css/vendor/ui.css @@ -59,8 +59,8 @@ } .ui-datepicker { - background-color: rgb(17,17,17); - background-color: rgba(17,17,17,0.9); + background-color: rgb(255,255,255); + background-color: rgba(255,255,255,0.9); width: 217px; height: auto; margin: 5px auto 0; |
