Topic: UI widget file list area background issue
Hi,
is there anyway to turn off the file list background that is applied? I am using a jquery UI theme and it applies this CSS for each file added and it's so dark you can't see the icons. It's the same background used for headers.
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
border: 1px solid #77d5f7;
background: #0078ae url("images/ui-bg_glass_45_0078ae_1x400.png") 50% 50% repeat-x;
font-weight: normal;
color: #fff;
}
If I disable the background and white font color in the dev tools it looks much better.