Fix tag selector dropdown style
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user