Fix link colors inside dialogs, autocomplete.

ref: f9f0da054, https://github.com/r888888888/danbooru/issues/3791#issuecomment-410378703.
This commit is contained in:
evazion
2018-09-05 23:48:51 -05:00
parent aee1906761
commit 7ecf6f1ba2

View File

@@ -6,6 +6,14 @@
input, select, textarea, button {
font-family: $base_font_family;
}
a, a:active, a:visited {
color: $link_color;
}
a:hover {
color: $link_hover_color;
}
}
div.ui-dialog {