User:Mefisto1029/vector.css: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* DO NOT KNOW IF THIS WILL WORK */
/* IT WORKS */


/* ===== Recent changes ===== */
/* ===== Recent changes ===== */

Revision as of 11:15, 18 December 2025

/* IT WORKS */

/* ===== Recent changes ===== */
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
    border: 1px solid #2c2b2b;
    border-radius: 4px;
    background-color: #141414;
}

/* ===== Gallery images ===== */
.skin-vector .mw-search-profile-tabs {
    border: 1px solid #503a1e;
    background-color: #130f0a;
}
.skin-vector .mw-search-profile-tabs div.search-types ul li a {
    padding: 0.4em 0.5em;
}
.skin-vector .mw-search-profile-tabs div.search-types ul li.current a {
    color: var(--link-active-color);
}
.skin-vector fieldset#mw-searchoptions {
    background-color: #130f0a;
    border: 1px solid #503a1e;
}