css: remove unused or redundant rules.

This commit is contained in:
evazion
2018-09-14 10:00:23 -05:00
parent 0aecc9d34c
commit bbb233b93f
17 changed files with 2 additions and 126 deletions

View File

@@ -18,18 +18,6 @@ body.mode-remove-fav {
background-color: #FFA;
}
body.mode-rating-s {
background-color: #6F6;
}
body.mode-rating-q {
background-color: #AAA;
}
body.mode-rating-e {
background-color: #F66;
}
body.mode-vote-up {
background-color: #AFA;
}
@@ -50,14 +38,6 @@ body.mode-approve {
background-color: #48C;
}
body.mode-unapprove {
background-color: #F66;
}
body.mode-add-to-pool {
background-color: #26A;
}
body.mode-translation {
background-color: #5CD;
}