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
 
@@ -76,9 +76,9 @@
 
.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
0 comments (0 inline, 0 general)