fix for datepicker

This commit is contained in:
Roland Gruber 2013-02-09 13:57:19 +00:00
parent 6d2c43ef85
commit c1de724cce
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
----------------------------------*/
.ui-widget { font-family: Arial,Tahoma,Verdana,sans-serif; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,Tahoma,Verdana,sans-serif; }
.ui-widget-content { border: 1px solid #aaaaaa; background: transparent 50% 50% repeat-x; color: #222222; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #F5F5F5 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }