From c1de724cceccf71bd34dcc795746635ec898446e Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 9 Feb 2013 13:57:19 +0000 Subject: [PATCH] fix for datepicker --- lam/style/120_jquery-ui-1.8.2.custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/style/120_jquery-ui-1.8.2.custom.css b/lam/style/120_jquery-ui-1.8.2.custom.css index 8e9a5073..357f7fc2 100644 --- a/lam/style/120_jquery-ui-1.8.2.custom.css +++ b/lam/style/120_jquery-ui-1.8.2.custom.css @@ -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; }