From: Trevor Parscal Date: Wed, 15 Feb 2012 00:14:45 +0000 (+0000) Subject: Fixed green button styles to match colors in actual image files. You're welcome werdna! X-Git-Tag: 1.31.0-rc.0~24708 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=adb5c0e207b4fc361b9aa6b2a756cf8c5ec6f4c5;p=lhc%2Fweb%2Fwiklou.git Fixed green button styles to match colors in actual image files. You're welcome werdna! --- diff --git a/resources/jquery.ui/themes/vector/jquery.ui.button.css b/resources/jquery.ui/themes/vector/jquery.ui.button.css index 631fa7560b..ffa0b3a719 100644 --- a/resources/jquery.ui/themes/vector/jquery.ui.button.css +++ b/resources/jquery.ui/themes/vector/jquery.ui.button.css @@ -75,24 +75,24 @@ body .ui-button.ui-button-green { color: white; border-color: #97af7e !important; /* @embed */ - background: #85c940 url(images/button-off-green.png) repeat-x scroll 50% 100% !important; + background: #7acea3 url(images/button-off-green.png) repeat-x scroll 50% 100% !important; } body .ui-button.ui-button-green:hover { border-color: #778e61; /* @embed */ - background: #77ad40 url(images/button-over-green.png) repeat-x scroll 50% 100% !important; + background: #63c693 url(images/button-over-green.png) repeat-x scroll 50% 100% !important; } body .ui-button.ui-button-green:active, body .ui-button.ui-button-green:focus { border-color: #61b000; /* @embed */ - background: #54a800 url(images/button-down-green.png) repeat-x scroll 50% 100% !important; + background: #63c693 url(images/button-down-green.png) repeat-x scroll 50% 100% !important; } body .ui-button.ui-button-green.disabled { color: #7f7f7f; border-color: #b8d29f; /* @embed */ - background: #c9cfc3 url(images/button-disabled-green.png) repeat-x scroll 50% 100% !important; + background: #b3d9c5 url(images/button-disabled-green.png) repeat-x scroll 50% 100% !important; } /* Blue buttons */