Index: branches/wmf/1.18wmf1/extensions/Narayam/resources/ext.narayam.core.css |
— | — | @@ -131,6 +131,6 @@ |
132 | 132 | padding-left: 10px; |
133 | 133 | } |
134 | 134 | |
135 | | -div#narayam-menu label:hover, input:hover { |
| 135 | +div#narayam-menu label:hover, div#narayam-menu input:hover { |
136 | 136 | cursor: pointer; |
137 | 137 | } |
Index: branches/wmf/1.18wmf1/extensions/WebFonts/resources/ext.webfonts.css |
— | — | @@ -115,7 +115,7 @@ |
116 | 116 | padding-right: 5px; |
117 | 117 | } |
118 | 118 | |
119 | | -div.webfontMenu label:hover, input:hover { |
| 119 | +div.webfontMenu label:hover, div.webfontMenu input:hover { |
120 | 120 | cursor: pointer; |
121 | 121 | } |
122 | 122 | |