Index: trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.button.css |
— | — | @@ -75,24 +75,24 @@ |
76 | 76 | color: white; |
77 | 77 | border-color: #97af7e !important; |
78 | 78 | /* @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; |
80 | 80 | } |
81 | 81 | body .ui-button.ui-button-green:hover { |
82 | 82 | border-color: #778e61; |
83 | 83 | /* @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; |
85 | 85 | } |
86 | 86 | body .ui-button.ui-button-green:active, |
87 | 87 | body .ui-button.ui-button-green:focus { |
88 | 88 | border-color: #61b000; |
89 | 89 | /* @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; |
91 | 91 | } |
92 | 92 | body .ui-button.ui-button-green.disabled { |
93 | 93 | color: #7f7f7f; |
94 | 94 | border-color: #b8d29f; |
95 | 95 | /* @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; |
97 | 97 | } |
98 | 98 | |
99 | 99 | /* Blue buttons */ |