Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 4: Line 4:


.mw-ui-button.mw-ui-constructive {
.mw-ui-button.mw-ui-constructive {
     background-color: green;
     background-color: #008b6d;
     border-color: green;
     border-color: #008b6d;
     color: white;
     color: white;
}
}


.mw-ui-button.mw-ui-constructive:not(:disabled):hover {
.mw-ui-button.mw-ui-constructive:not(:disabled):hover {
     background-color: #03a103;
     background-color: #00a481;
     border-color: #03a103;
     border-color: #00a481;
     color: white;
     color: white;
}
}


.mw-ui-button.mw-ui-constructive:not(:disabled):active,.mw-ui-button.mw-ui-constructive:not(:disabled).is-on {
.mw-ui-button.mw-ui-constructive:not(:disabled):active,.mw-ui-button.mw-ui-constructive:not(:disabled).is-on {
     background-color: #006200;
     background-color: #007259;
     border-color: #006200;
     border-color: #007259;
     color: white;
     color: white;
     box-shadow: none
     box-shadow: none