Changeset - 99d9d381bf00
[Not reviewed]
default
0 1 0
Ethan Zonca - 15 years ago 2011-02-09 23:04:51
ez@ethanzonca.com
Fixed CSS image issues
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
styles/jqueryui.css
Show inline comments
 
@@ -73,15 +73,15 @@
 

	
 
/* Component containers
 
----------------------------------*/
 
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
 
.ui-widget .ui-widget { font-size: 1em; }
 
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
 
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
 
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff; color: #222222; } 
 
.ui-widget-content a { color: #222222; }
 
.ui-widget-header { border: 1px solid #ffffff; background: #ffffff url(../images/ui-bg_carbon-fiber_0_ffffff_8x9.png) 50% 50% repeat; color: #222222; font-weight: bold; }
 
.ui-widget-header { border: 1px solid #ffffff; background: #ffffff; color: #222222; font-weight: bold; } */
 
.ui-widget-header a { color: #222222; }
 

	
 
/* Interaction states
 
----------------------------------*/
 
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
 
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
0 comments (0 inline, 0 general)