Index: trunk/extensions/StyleGuideDemo/modules/ext.styleguidedemo/images/MW-StyleGuide-Form-Button-BGShadeActive.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/StyleGuideDemo/modules/ext.styleguidedemo/images/MW-StyleGuide-Form-Button-BGShadeHover.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/StyleGuideDemo/modules/ext.styleguidedemo/images/MW-StyleGuide-Form-Button-BGShadeSpecialActive.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/StyleGuideDemo/modules/ext.styleguidedemo/images/MW-StyleGuide-Form-Button-BGShadeSpecialActive.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + image/png |
Index: trunk/extensions/StyleGuideDemo/modules/ext.styleguidedemo/images/MW-StyleGuide-Form-Button-BGShadeSpecial.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/StyleGuideDemo/modules/ext.styleguidedemo/images/MW-StyleGuide-Form-Button-BGShadeSpecial.png |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 2 | + image/png |
Index: trunk/extensions/StyleGuideDemo/modules/ext.styleguidedemo/ext.styleguidedemo.css |
— | — | @@ -67,12 +67,12 @@ |
68 | 68 | width: 200px; /* width: 214px; */ |
69 | 69 | } |
70 | 70 | |
71 | | -/* no-js */ |
| 71 | +/* Buttons (no-js) */ |
72 | 72 | .mw-htmlform-submit { |
73 | 73 | float: right; |
74 | 74 | } |
75 | 75 | |
76 | | -/* js-only */ |
| 76 | +/* Buttons (js-only) */ |
77 | 77 | .mw-htmlform-button, |
78 | 78 | .mw-htmlform-button-wrap { |
79 | 79 | -webkit-border-radius: 4px; |
— | — | @@ -83,6 +83,7 @@ |
84 | 84 | float: right; |
85 | 85 | border: 1px solid #9d9d9d; |
86 | 86 | } |
| 87 | + |
87 | 88 | .mw-htmlform-button { |
88 | 89 | padding: 5px 10px; |
89 | 90 | background: #edecef url(images/MW-StyleGuide-Form-Button-BGShade.png) center center repeat-x; |
— | — | @@ -91,13 +92,18 @@ |
92 | 93 | font-weight: bold; |
93 | 94 | color: #6c6c6c; |
94 | 95 | } |
95 | | - |
96 | 96 | .mw-htmlform-button:hover { |
97 | 97 | cursor: pointer; |
98 | | - background: #3cb878 url(images/MW-StyleGuide-Form-Button-BGShadeHover.png) center center repeat-x; |
99 | | - color: #ffffff; |
100 | | - border-color: #5ac084; |
101 | 98 | } |
102 | 99 | .mw-htmlform-button:active { |
103 | 100 | background-image: url(images/MW-StyleGuide-Form-Button-BGShadeActive.png); |
104 | 101 | } |
| 102 | + |
| 103 | +.mw-htmlform-button-special { |
| 104 | + background: #3cb878 url(images/MW-StyleGuide-Form-Button-BGShadeSpecial.png) center center repeat-x; |
| 105 | + color: #ffffff; |
| 106 | + border-color: #5ac084; |
| 107 | +} |
| 108 | +.mw-htmlform-button-special:active { |
| 109 | + background-image: url(images/MW-StyleGuide-Form-Button-BGShadeSpecialActive.png); |
| 110 | +} |