mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-08-04 03:37:21 -04:00
Fixed the folder dark mode style (#1339)
Signed-off-by: THEBOSS0369 <anujkumsharma9876@gmail.com>
This commit is contained in:
parent
e9b4473aec
commit
0c447db018
@ -188,6 +188,36 @@ iframe {
|
|||||||
color: #FFFFFF !important;
|
color: #FFFFFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Dark mode dropdown when expanded */
|
||||||
|
.dark #archiveList {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark #archiveList option {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #000;
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark #archiveList[size] {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #000;
|
||||||
|
border-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Selected option in dropdown */
|
||||||
|
.dark #archiveList[size] option:checked {
|
||||||
|
background-color: #57534e;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Highlighted option in dropdown */
|
||||||
|
.dark #archiveList[size] option:focus,
|
||||||
|
.dark #archiveList[size] option:hover {
|
||||||
|
background-color: #78716c;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
/* End of app theme: dark */
|
/* End of app theme: dark */
|
||||||
|
|
||||||
/* Content themes: _invert, _mwInvert */
|
/* Content themes: _invert, _mwInvert */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user