Fix link colors inside dialogs, autocomplete.
ref: f9f0da054, https://github.com/r888888888/danbooru/issues/3791#issuecomment-410378703.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user