Fix tag selector dropdown style

This commit is contained in:
rubenwardy
2021-02-05 16:19:34 +00:00
parent 0ff4f40652
commit 3839dfbf90
6 changed files with 68 additions and 241 deletions

View File

@@ -9,6 +9,7 @@
border: 1px solid #444 !important;
overflow-x: hidden;
overflow-y: auto;
max-width: 700px;
max-height: 400px;
li {
@@ -22,6 +23,13 @@
padding: 0.3em 0.5em !important;
margin: 0 !important;
}
a:hover, a:focus, li:focus a {
font-weight: normal !important;
text-decoration: none;
padding: 0.3em 0.5em !important;
margin: 0 !important;
}
}
.bulletselector {