Updated the CSS for jquery-ui-selected elements

This commit is contained in:
Kyle Johnson 2013-05-30 22:36:51 -04:00
parent 26c1110e3f
commit e80bd5ffd0
1 changed files with 4 additions and 4 deletions

View File

@ -749,7 +749,7 @@ div#footer a{
color: #fff; color: #fff;
} }
td.selected { #selectable .ui-selecting { background: #FECA40; }
background-color:green; #selectable .ui-selected { background: #F39814; color: white; }
font-weight:bold; #selectable { list-style-type: none; margin: 0; padding: 0; width: 450px; }
} #selectable li { margin: 3px; padding: 1px; float: left; width: 100px; height: 80px; font-size: 1em; text-align: center; }