Index: branches/wmf/1.17wmf1/resources/jquery.ui/themes/vector/jquery.ui.button.css |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | /* workarounds */ |
35 | 35 | button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ |
36 | 36 | |
37 | | -body button.ui-button { |
| 37 | +body .ui-button { |
38 | 38 | -moz-border-radius: 4px; |
39 | 39 | -webkit-border-radius: 4px; |
40 | 40 | padding: 0.2em 0.6em 0.15em !important; |
— | — | @@ -47,18 +47,18 @@ |
48 | 48 | width: auto; |
49 | 49 | overflow: visible; |
50 | 50 | } |
51 | | -body button.ui-button:hover { |
| 51 | +body .ui-button:hover { |
52 | 52 | border-color: #6e7273; |
53 | 53 | /* @embed */ |
54 | 54 | background: #e1e1e1 url(images/button-over.png) repeat-x scroll 50% 100% !important; |
55 | 55 | } |
56 | | -body button.ui-button:active, |
57 | | -body button.ui-button:focus { |
| 56 | +body .ui-button:active, |
| 57 | +body .ui-button:focus { |
58 | 58 | border-color: #707271; |
59 | 59 | /* @embed */ |
60 | 60 | background: #bfbfbf url(images/button-down.png) repeat-x scroll 50% 100% !important; |
61 | 61 | } |
62 | | -body button.ui-button.disabled { |
| 62 | +body .ui-button.disabled { |
63 | 63 | color: #7f7f7f; |
64 | 64 | border-color: #cccccc; |
65 | 65 | /* @embed */ |
— | — | @@ -71,24 +71,24 @@ |
72 | 72 | |
73 | 73 | /* Green buttons */ |
74 | 74 | |
75 | | -body button.ui-button.ui-button-green { |
| 75 | +body .ui-button.ui-button-green { |
76 | 76 | color: white; |
77 | 77 | border-color: #97af7e !important; |
78 | 78 | /* @embed */ |
79 | 79 | background: #85c940 url(images/button-off-green.png) repeat-x scroll 50% 100% !important; |
80 | 80 | } |
81 | | -body button.ui-button.ui-button-green:hover { |
| 81 | +body .ui-button.ui-button-green:hover { |
82 | 82 | border-color: #778e61; |
83 | 83 | /* @embed */ |
84 | 84 | background: #77ad40 url(images/button-over-green.png) repeat-x scroll 50% 100% !important; |
85 | 85 | } |
86 | | -body button.ui-button.ui-button-green:active, |
87 | | -body button.ui-button.ui-button-green:focus { |
| 86 | +body .ui-button.ui-button-green:active, |
| 87 | +body .ui-button.ui-button-green:focus { |
88 | 88 | border-color: #61b000; |
89 | 89 | /* @embed */ |
90 | 90 | background: #54a800 url(images/button-down-green.png) repeat-x scroll 50% 100% !important; |
91 | 91 | } |
92 | | -body button.ui-button.ui-button-green.disabled { |
| 92 | +body .ui-button.ui-button-green.disabled { |
93 | 93 | color: #7f7f7f; |
94 | 94 | border-color: #b8d29f; |
95 | 95 | /* @embed */ |
— | — | @@ -97,24 +97,24 @@ |
98 | 98 | |
99 | 99 | /* Blue buttons */ |
100 | 100 | |
101 | | -body button.ui-button.ui-button-blue { |
| 101 | +body .ui-button.ui-button-blue { |
102 | 102 | color: white; |
103 | 103 | border-color: #407ec9 !important; |
104 | 104 | /* @embed */ |
105 | 105 | background: #407ec9 url(images/button-off-blue.png) repeat-x scroll 50% 100% !important; |
106 | 106 | } |
107 | | -body button.ui-button.ui-button-blue:hover { |
| 107 | +body .ui-button.ui-button-blue:hover { |
108 | 108 | border-color: #245289; |
109 | 109 | /* @embed */ |
110 | 110 | background: #4071ad url(images/button-over-blue.png) repeat-x scroll 50% 100% !important; |
111 | 111 | } |
112 | | -body button.ui-button.ui-button-blue:active, |
113 | | -body button.ui-button.ui-button-blue:focus { |
| 112 | +body .ui-button.ui-button-blue:active, |
| 113 | +body .ui-button.ui-button-blue:focus { |
114 | 114 | border-color: #003980; |
115 | 115 | /* @embed */ |
116 | 116 | background: #004daa url(images/button-down-blue.png) repeat-x scroll 50% 100% !important; |
117 | 117 | } |
118 | | -body button.ui-button.ui-button-blue.disabled { |
| 118 | +body .ui-button.ui-button-blue.disabled { |
119 | 119 | border-color: #9eafc6; |
120 | 120 | /* @embed */ |
121 | 121 | background: #c3c8cf url(images/button-disabled-blue.png) repeat-x scroll 50% 100% !important; |
— | — | @@ -122,24 +122,24 @@ |
123 | 123 | |
124 | 124 | /* Red buttons */ |
125 | 125 | |
126 | | -body button.ui-button.ui-button-red { |
| 126 | +body .ui-button.ui-button-red { |
127 | 127 | color: white; |
128 | 128 | border-color: #af977e !important; |
129 | 129 | /* @embed */ |
130 | 130 | background: #c9404c url(images/button-off-red.png) repeat-x scroll 50% 100% !important; |
131 | 131 | } |
132 | | -body button.ui-button.ui-button-red:hover { |
| 132 | +body .ui-button.ui-button-red:hover { |
133 | 133 | border-color: #8e7761; |
134 | 134 | /* @embed */ |
135 | 135 | background: #ad404a url(images/button-over-red.png) repeat-x scroll 50% 100% !important; |
136 | 136 | } |
137 | | -body button.ui-button.ui-button-red:active, |
138 | | -body button.ui-button.ui-button-red:focus { |
| 137 | +body .ui-button.ui-button-red:active, |
| 138 | +body .ui-button.ui-button-red:focus { |
139 | 139 | border-color: #b06100; |
140 | 140 | /* @embed */ |
141 | 141 | background: #aa000f url(images/button-down-red.png) repeat-x scroll 50% 100% !important; |
142 | 142 | } |
143 | | -body button.ui-button.ui-button-red.disabled { |
| 143 | +body .ui-button.ui-button-red.disabled { |
144 | 144 | color: #7f7f7f; |
145 | 145 | border-color: #c3acae; |
146 | 146 | /* @embed */ |