mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 18:15:49 +00:00
Search dark mode fix #5
This commit is contained in:
parent
f454f5b178
commit
d9c60b32eb
|
@ -90,11 +90,15 @@
|
|||
background: @dark-bg-50 !important;
|
||||
}
|
||||
|
||||
#site-search #p-search #searchInput,
|
||||
#mw-header-menu-drawer-container #mw-user-links #p-personal {
|
||||
border-color: @dark-bg-50;
|
||||
}
|
||||
|
||||
#site-search #p-search #searchInput {
|
||||
background: @dark-bg-50;
|
||||
border-color: @dark-bg-60;
|
||||
}
|
||||
|
||||
.suggestions .suggestions-special {
|
||||
background: @dark-bg-60;
|
||||
}
|
||||
|
@ -132,12 +136,12 @@
|
|||
.suggestions a.mw-searchSuggest-link:focus,
|
||||
.suggestions-result,
|
||||
.suggestions-special .special-query {
|
||||
color: @dark-text-90 !important;
|
||||
color: @dark-text-90 !important;
|
||||
}
|
||||
|
||||
.suggestions-result-current {
|
||||
background: #2a4b8d !important;
|
||||
color: @dark-text-100 !important;
|
||||
color: @dark-text-100 !important;
|
||||
}
|
||||
|
||||
.mw-body-content #contentSub,
|
||||
|
|
Loading…
Reference in a new issue