Jump to content

MediaWiki:Common.css: Difference between revisions

m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Line 1: Line 1:
/*
Custom changes (OWOTWiki)
*/
.mw-ui-button.mw-ui-constructive {
    background-color: green;
    border-color: green;
    color: white;
}
.mw-ui-button.mw-ui-constructive:not(:disabled):hover {
    background-color: #03a103;
    border-color: #03a103;
}
.mw-ui-button.mw-ui-constructive:not(:disabled):active,.mw-ui-button.mw-ui-constructive:not(:disabled).is-on {
    background-color: #006200;
    border-color: #006200;
    box-shadow: none
}
/*
/*
  * This is the CSS common to all desktop skins on en.Wikipedia.
  * This is the CSS common to all desktop skins on en.Wikipedia.