Index: lams_central/web/css/jquery-ui-smoothness-theme.css =================================================================== diff -u -r76dd368fc573184fe988baddff54388b78931399 -r762ed1e4aa9fd48e7a1824de7f29df2511c42963 --- lams_central/web/css/jquery-ui-smoothness-theme.css (.../jquery-ui-smoothness-theme.css) (revision 76dd368fc573184fe988baddff54388b78931399) +++ lams_central/web/css/jquery-ui-smoothness-theme.css (.../jquery-ui-smoothness-theme.css) (revision 762ed1e4aa9fd48e7a1824de7f29df2511c42963) @@ -170,7 +170,8 @@ } .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { - padding: .4em 2.1em .4em 1em; + / +padding: .4em 2.1em .4em 1em; } .ui-button-text-icons .ui-button-text { padding-left: 2.1em; @@ -884,7 +885,8 @@ .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; - background: #dadada url("../images/css/jquery-ui-smoothness-theme/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x; + background: #f5f5f5; + /* background: #dadada url("../images/css/jquery-ui-smoothness-theme/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x; */ font-weight: normal; color: #212121; } @@ -1222,4 +1224,4 @@ opacity: .3; filter: Alpha(Opacity=30); /* support: IE8 */ border-radius: 8px; -} \ No newline at end of file +}