User:Xortrox/vector.css: Difference between revisions
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
--bg-main: #1e1f22; | --bg-main: #1e1f22; | ||
--bg-contrast: #2a2c2f; | --bg-contrast: #2a2c2f; | ||
--bg-search: #919193; | |||
--bg-stub: #00000047; | |||
--text-search: #222222; | |||
--text-main: #b6b4b2; | --text-main: #b6b4b2; | ||
--link-main: #0fc065; | --link-main: #0fc065; | ||
Line 79: | Line 82: | ||
.vector-search-box-inner, | .vector-search-box-inner, | ||
.vector-search-box-vue input.cdx-text-input__input { | .vector-search-box-vue input.cdx-text-input__input { | ||
background-color: var(--bg- | background-color: var(--bg-search) !important; | ||
color: var(--text- | color: var(--text-search) !important; | ||
border: none !important; | border: none !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
Line 86: | Line 89: | ||
.vector-search-box-input::placeholder { | .vector-search-box-input::placeholder { | ||
color: var(--text- | color: var(--text-search) !important; | ||
opacity: 0. | opacity: 0.75 | ||
} | } | ||
Line 142: | Line 145: | ||
} | } | ||
#pt-notifications-alert, #pt-notifications-notice { | |||
filter: invert(1); | |||
} | |||
.searchButton { | |||
filter: invert(1); | filter: invert(1); | ||
} | |||
.stub-box { | |||
background: var(--bg-stub) !important; | |||
} | } |