Fixed files context menu.

This commit is contained in:
Sascha Brendel 2020-03-17 16:33:28 +01:00
parent c225abe98f
commit eec6ec7a32
No known key found for this signature in database
GPG Key ID: F8BF8AB6963A2A98

View File

@ -162,6 +162,11 @@ input {
color: #42b983; color: #42b983;
} }
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
background: var(--select-text-bg-color);
color: #fff;
}
/* cyrillic-ext */ /* cyrillic-ext */
@font-face { @font-face {
font-family: 'Roboto Mono'; font-family: 'Roboto Mono';