1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-22 07:35:27 +00:00

input border fix for FF

This commit is contained in:
Andrew Dolgov
2005-12-21 18:51:40 +01:00
parent cbb0169690
commit bd62b8b392

View File

@@ -459,7 +459,7 @@ a.button {
display : none;
}
td > input {
td > input, div > input {
border : 1px solid #a0a0a0;
}