r111516 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111515‎ | r111516 | r111517 >
Date:00:14, 15 February 2012
Author:tparscal
Status:ok
Tags:acw-deploy 
Comment:
Fixed green button styles to match colors in actual image files. You're welcome werdna!
Modified paths:
  • /trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.button.css (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.button.css
@@ -75,24 +75,24 @@
7676 color: white;
7777 border-color: #97af7e !important;
7878 /* @embed */
79 - background: #85c940 url(images/button-off-green.png) repeat-x scroll 50% 100% !important;
 79+ background: #7acea3 url(images/button-off-green.png) repeat-x scroll 50% 100% !important;
8080 }
8181 body .ui-button.ui-button-green:hover {
8282 border-color: #778e61;
8383 /* @embed */
84 - background: #77ad40 url(images/button-over-green.png) repeat-x scroll 50% 100% !important;
 84+ background: #63c693 url(images/button-over-green.png) repeat-x scroll 50% 100% !important;
8585 }
8686 body .ui-button.ui-button-green:active,
8787 body .ui-button.ui-button-green:focus {
8888 border-color: #61b000;
8989 /* @embed */
90 - background: #54a800 url(images/button-down-green.png) repeat-x scroll 50% 100% !important;
 90+ background: #63c693 url(images/button-down-green.png) repeat-x scroll 50% 100% !important;
9191 }
9292 body .ui-button.ui-button-green.disabled {
9393 color: #7f7f7f;
9494 border-color: #b8d29f;
9595 /* @embed */
96 - background: #c9cfc3 url(images/button-disabled-green.png) repeat-x scroll 50% 100% !important;
 96+ background: #b3d9c5 url(images/button-disabled-green.png) repeat-x scroll 50% 100% !important;
9797 }
9898
9999 /* Blue buttons */

Status & tagging log