MediaWiki:Minerva.css: различия между версиями

мНет описания правки
мНет описания правки
Строка 121: Строка 121:
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
    gap: 0;
     box-sizing: border-box;
     box-sizing: border-box;
     min-height: 32px;
     min-height: 44px;
     max-width: 28rem;
     min-width: 44px;
    margin: 0;
     border-width: 1px;
     border-width: 1px;
     border-style: solid;
     border-style: solid;
     border-radius: 2px;
     border-radius: 2px;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
     transition-property: background-color, color, border-color, box-shadow;
     transition-property: background-color, color, border-color, box-shadow;
     transition-duration: .1s;
     transition-duration: .1s;
    min-width: 44px;
     padding-right: 11px;
     padding-right: 11px;
     padding-left: 11px;
     padding-left: 11px;
Строка 146: Строка 136:


.theme-dropdown-summary {
.theme-dropdown-summary {
    -webkit-mask-size: calc(max(1.25rem, 20px));
     mask-size: calc(max(1.25rem, 20px));
     mask-size: calc(max(1.25rem, 20px));
    -webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
     mask-position: center;
     mask-position: center;
    background: var(--color-subtle);
    list-style: none;
}
}