fix removal buttons on home page

This commit is contained in:
ansuz
2016-08-18 15:46:29 +02:00
parent d679cac666
commit b9946822f3
2 changed files with 3 additions and 3 deletions

View File

@@ -191,8 +191,8 @@ tbody tr th,
tbody tr td {
color: #fafafa;
}
tbody tr th .remove,
tbody tr td .remove {
tbody tr th.remove,
tbody tr td.remove {
cursor: pointer;
color: #FF0073;
}