User:Xortrox/vector.css: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
--bg-contrast: #2a2c2f; | --bg-contrast: #2a2c2f; | ||
--bg-search: #919193; | --bg-search: #919193; | ||
--bg-stub: #00000047; | |||
--text-search: #222222; | |||
--text-main: #b6b4b2; | --text-main: #b6b4b2; | ||
--link-main: #0fc065; | --link-main: #0fc065; | ||
Line 81: | Line 83: | ||
.vector-search-box-vue input.cdx-text-input__input { | .vector-search-box-vue input.cdx-text-input__input { | ||
background-color: var(--bg-search) !important; | 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 87: | Line 89: | ||
.vector-search-box-input::placeholder { | .vector-search-box-input::placeholder { | ||
color: var(--text- | color: var(--text-search) !important; | ||
opacity: 0.75 | |||
} | } | ||
Line 148: | Line 151: | ||
.searchButton { | .searchButton { | ||
filter: invert(1); | filter: invert(1); | ||
} | |||
.stub-box { | |||
background: var(--bg-stub) !important; | |||
} | } |