From e80bd5ffd0dec75337dd43ea75bffa0f60d90aff Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Thu, 30 May 2013 22:36:51 -0400 Subject: [PATCH] Updated the CSS for jquery-ui-selected elements --- web/app/webroot/css/cake.generic.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/webroot/css/cake.generic.css b/web/app/webroot/css/cake.generic.css index 91b5edf55..e3a513123 100644 --- a/web/app/webroot/css/cake.generic.css +++ b/web/app/webroot/css/cake.generic.css @@ -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; }