No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
 
(4 intermediate revisions by the same user not shown)
Line 9: Line 9:
font-size: 1em;
font-size: 1em;
font-weight: bold;
font-weight: bold;
padding: 0.7em 0em;
padding: 0.6em 0em;
transition-property: background-color, color, border-color, box-shadow, opacity, padding, margin;
transition-property: background-color, color, border-color, box-shadow, opacity, padding, margin;
transition-duration: .1s;
transition-duration: .1s;
Line 47: Line 47:


.mp-button-progressive:hover {
.mp-button-progressive:hover {
     border-color: #45a049;
     border-color: #7f9e05;
     background-color: #7B9904;
     background-color: #7B9904;
}
}
Line 61: Line 61:


body.mediawiki .mp-button > * {
body.mediawiki .mp-button > * {
width: calc(100% + 4px);
width: calc(100% + 6px);
height: calc(100% + 4px);
height: calc(100% + 6px);
margin: -2px;
margin: -3px;
position: relative;
position: relative;
Line 103: Line 103:
flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
justify-content: center;
gap: 4px;
gap: 5px;
}
}


.mp-language-wrapper .mp-button {
.mp-language-wrapper .mp-button {
flex: 1 1 90px;
flex: 1 1 90px;
max-width: 180px;
max-width: 210px;
}
}


.mp-language-wrapper .mp-button:last-child {
.mp-language-wrapper .mp-button:last-child {
flex: 0 0 180px;
min-width: 170px;
}
}