MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 113: Line 113:
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
border-color: #4c4c4c;
border-color: #4c4c4c;
color: grey;
color: grey !important;
background-color: white;
background-color: white !important;
}
}


Line 136: Line 136:
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
border-color: #4c4c4c;
border-color: #4c4c4c;
background-color: grey;
background-color: grey !important;
color: white;
color: white !important;
}
}