Jump to content

MediaWiki:Darkvector.css: Difference between revisions

More button stuff
(button text colour)
(More button stuff)
Line 15: Line 15:
}
}


.oo-ui-buttonElement-button, .mw-ui-button{
.oo-ui-buttonElement-button, .mw-ui-button,
a.oo-ui-buttonElement-button {
background-color: #BFEC6E !important;
background-color: #BFEC6E !important;
color: #000000 !important;
color: #000000 !important;
border-color: #A4C95F !important;
}
.oo-ui-buttonElement-button:hover, .mw-ui-button:hover {
border-color: #A4C95F !important;
background-color: #A4C95F !important;
}
}