1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-12 01:52:49 +00:00

client - input styling updates for firefox

This commit is contained in:
2018-01-28 15:02:53 -06:00
parent b3ac9003db
commit 3397d6b6ef
3 changed files with 12 additions and 3 deletions

View File

@@ -193,3 +193,8 @@ div {
display: none;
}
}
// needed for firefox inputs
.forum-input {
border: none;
}