diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-15 11:21:50 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-15 11:21:50 +0200 |
| commit | 806d0da465db1b0ef250b61ac8af684f38c387ad (patch) | |
| tree | 9b90509cc55121fa05f98e898e169dc8a9e9c170 | |
| parent | ab2ddd1fd0871d0cafd1242e5585c41b3c61ccf9 (diff) | |
client/date pickers: white background instead of black
| -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; |
