MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(captcha styling) |
(No difference)
|
Revision as of 01:45, 1 February 2014
/* CSS placed here will be applied to all skins */
/* fix captcha input style */
/* copied from resources/mediawiki.ui/mediawiki.ui.vector.css */
.mw-ui-vform div.captcha input {
border-style: solid;
border-width: 1px;
border-color: #c9c9c9;
color: #252525;
padding: 0.35em 0 0.35em 0.5em;
}