From 0535c21438436ca53ed6f0b072d49a881160cf6c Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 20 Apr 2015 04:45:09 +0000 Subject: [PATCH] removed the background image from the .ui-widget-content class --- codepot/src/css/jquery-ui.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codepot/src/css/jquery-ui.css b/codepot/src/css/jquery-ui.css index 2fe26b04..8f4b0183 100644 --- a/codepot/src/css/jquery-ui.css +++ b/codepot/src/css/jquery-ui.css @@ -233,7 +233,8 @@ body .ui-tooltip { border-width: 2px; } .ui-widget input, .ui-widget select, .ui-widget button { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; font-size: 0.9em; } .ui-widget textarea { font-family: consolas, "Andale Mono", monospace; font-size: 0.9em; padding: 0.2em 0.2em 0.2em 0.2em} -.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; color: #333333; } +/*.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; color: #333333; }*/ +.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee; color: #333333; } .ui-widget-content a { color: #333333; } .ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x; color: #ffffff; font-weight: bold; } .ui-widget-header a { color: #ffffff; }