Subversion Repositories SmartDukaan

Rev

Rev 2228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2228 Rev 3068
Line 1... Line 1...
1
/* Autocomplete
1
/* Autocomplete
2
----------------------------------*/
2
----------------------------------*/
3
.ui-autocomplete { position: absolute; cursor: default; }	
3
.ui-autocomplete { position: absolute; cursor: default; }	
4
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
4
.ui-autocomplete-loading { background: white url('/images/ui-anim_basic_16x16.gif') right center no-repeat; }
5
 
5
 
6
.ui-corner-all-compare { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
6
.ui-corner-all-compare { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
7
 
7
 
8
.ui-widget-content-compare { border: 1px solid #dddddd; background: #eeeeee url(/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
8
.ui-widget-content-compare { border: 1px solid #dddddd; background: #eeeeee url(/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
9
/* workarounds */
9
/* workarounds */