User:Mefisto1029/vector.css

From Path of Exile 2 Wiki
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes. The simplest method that will work for most users is to hold down the ⇧ Shift key and click the Reload toolbar button. For details and other methods, see Help:Clear your browser cache.

/* 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;
}