r91492 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91491‎ | r91492 | r91493 >
Date:21:10, 5 July 2011
Author:pdhanda
Status:ok
Tags:
Comment:
MFT 83496:86046 so that this file is up to date with r91220 of trunk
Modified paths:
  • /branches/wmf/1.17wmf1/resources/jquery.ui/themes/vector/jquery.ui.button.css (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/resources/jquery.ui/themes/vector/jquery.ui.button.css
@@ -33,7 +33,7 @@
3434 /* workarounds */
3535 button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
3636
37 -body button.ui-button {
 37+body .ui-button {
3838 -moz-border-radius: 4px;
3939 -webkit-border-radius: 4px;
4040 padding: 0.2em 0.6em 0.15em !important;
@@ -47,18 +47,18 @@
4848 width: auto;
4949 overflow: visible;
5050 }
51 -body button.ui-button:hover {
 51+body .ui-button:hover {
5252 border-color: #6e7273;
5353 /* @embed */
5454 background: #e1e1e1 url(images/button-over.png) repeat-x scroll 50% 100% !important;
5555 }
56 -body button.ui-button:active,
57 -body button.ui-button:focus {
 56+body .ui-button:active,
 57+body .ui-button:focus {
5858 border-color: #707271;
5959 /* @embed */
6060 background: #bfbfbf url(images/button-down.png) repeat-x scroll 50% 100% !important;
6161 }
62 -body button.ui-button.disabled {
 62+body .ui-button.disabled {
6363 color: #7f7f7f;
6464 border-color: #cccccc;
6565 /* @embed */
@@ -71,24 +71,24 @@
7272
7373 /* Green buttons */
7474
75 -body button.ui-button.ui-button-green {
 75+body .ui-button.ui-button-green {
7676 color: white;
7777 border-color: #97af7e !important;
7878 /* @embed */
7979 background: #85c940 url(images/button-off-green.png) repeat-x scroll 50% 100% !important;
8080 }
81 -body button.ui-button.ui-button-green:hover {
 81+body .ui-button.ui-button-green:hover {
8282 border-color: #778e61;
8383 /* @embed */
8484 background: #77ad40 url(images/button-over-green.png) repeat-x scroll 50% 100% !important;
8585 }
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 {
8888 border-color: #61b000;
8989 /* @embed */
9090 background: #54a800 url(images/button-down-green.png) repeat-x scroll 50% 100% !important;
9191 }
92 -body button.ui-button.ui-button-green.disabled {
 92+body .ui-button.ui-button-green.disabled {
9393 color: #7f7f7f;
9494 border-color: #b8d29f;
9595 /* @embed */
@@ -97,24 +97,24 @@
9898
9999 /* Blue buttons */
100100
101 -body button.ui-button.ui-button-blue {
 101+body .ui-button.ui-button-blue {
102102 color: white;
103103 border-color: #407ec9 !important;
104104 /* @embed */
105105 background: #407ec9 url(images/button-off-blue.png) repeat-x scroll 50% 100% !important;
106106 }
107 -body button.ui-button.ui-button-blue:hover {
 107+body .ui-button.ui-button-blue:hover {
108108 border-color: #245289;
109109 /* @embed */
110110 background: #4071ad url(images/button-over-blue.png) repeat-x scroll 50% 100% !important;
111111 }
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 {
114114 border-color: #003980;
115115 /* @embed */
116116 background: #004daa url(images/button-down-blue.png) repeat-x scroll 50% 100% !important;
117117 }
118 -body button.ui-button.ui-button-blue.disabled {
 118+body .ui-button.ui-button-blue.disabled {
119119 border-color: #9eafc6;
120120 /* @embed */
121121 background: #c3c8cf url(images/button-disabled-blue.png) repeat-x scroll 50% 100% !important;
@@ -122,24 +122,24 @@
123123
124124 /* Red buttons */
125125
126 -body button.ui-button.ui-button-red {
 126+body .ui-button.ui-button-red {
127127 color: white;
128128 border-color: #af977e !important;
129129 /* @embed */
130130 background: #c9404c url(images/button-off-red.png) repeat-x scroll 50% 100% !important;
131131 }
132 -body button.ui-button.ui-button-red:hover {
 132+body .ui-button.ui-button-red:hover {
133133 border-color: #8e7761;
134134 /* @embed */
135135 background: #ad404a url(images/button-over-red.png) repeat-x scroll 50% 100% !important;
136136 }
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 {
139139 border-color: #b06100;
140140 /* @embed */
141141 background: #aa000f url(images/button-down-red.png) repeat-x scroll 50% 100% !important;
142142 }
143 -body button.ui-button.ui-button-red.disabled {
 143+body .ui-button.ui-button-red.disabled {
144144 color: #7f7f7f;
145145 border-color: #c3acae;
146146 /* @embed */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91220forgot one, follow-up to r91204kaldari21:10, 30 June 2011

Status & tagging log