Jump to content

MediaWiki:Common.css: Difference between revisions

Line 56: Line 56:
.eye-container .menu .item {
.eye-container .menu .item {
     background: var(--color-subtle);
     background: var(--color-subtle);
    color: #fff;
 
    height: 18px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 0 0 30px;
    margin: 4px 0 4px 0;
}
}
.eye-container {
.eye-container {
    width: 130px;
    height: 20px;
     background: var(--color-subtle);
     background: var(--color-subtle);
    border-radius: 4px;
    opacity: 0.5;
    overflow: hidden;
    position: relative;
    top: -25px;
    cursor: pointer;
    box-shadow: 2px 2px 3px -1px darkgray;
}
}
.mw-special-UpdateProfile div#mw-content-text .visualClear {
.mw-special-UpdateProfile div#mw-content-text .visualClear {
     height: 40px;
     height: 40px;
}
}