mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-07-10 13:12:53 +00:00
Adapt dark theme to sidebar search input
This commit is contained in:
@ -207,6 +207,26 @@ fieldset[disabled] .form-control {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sidebar
|
||||||
|
*/
|
||||||
|
.sidebar-form input[type="text"]:focus,
|
||||||
|
.sidebar-form input[type="text"]:focus + .input-group-btn,
|
||||||
|
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
|
||||||
|
background-color: var(--black6) !important;
|
||||||
|
color: var(--white);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-form input[type="text"] {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-search-results .results-container {
|
||||||
|
background-color: var(--black5);
|
||||||
|
color: var(--white);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Footer
|
* Footer
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user