Updated the CSS for jquery-ui-selected elements
This commit is contained in:
parent
26c1110e3f
commit
e80bd5ffd0
|
@ -749,7 +749,7 @@ div#footer a{
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
td.selected {
|
||||
background-color:green;
|
||||
font-weight:bold;
|
||||
}
|
||||
#selectable .ui-selecting { background: #FECA40; }
|
||||
#selectable .ui-selected { background: #F39814; color: white; }
|
||||
#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; }
|
||||
|
|
Loading…
Reference in New Issue