Index: lams_central/web/css/jquery-ui-smoothness-theme.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/jquery-ui-smoothness-theme.css,v diff -u -r1.2.2.2 -r1.2.2.3 --- lams_central/web/css/jquery-ui-smoothness-theme.css 5 May 2015 11:09:51 -0000 1.2.2.2 +++ lams_central/web/css/jquery-ui-smoothness-theme.css 19 Apr 2017 23:58:23 -0000 1.2.2.3 @@ -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 +}