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;
|
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; }
|
||||||
|
|
Loading…
Reference in New Issue