small style tweaks and additional translations

This commit is contained in:
ansuz
2016-07-16 12:35:39 +02:00
parent f7a1332317
commit 6483e83996
3 changed files with 9 additions and 3 deletions

View File

@@ -115,7 +115,8 @@ tr {
padding-bottom: 1em;
}
/* buttons */
.create {
.create,
.action {
border: 2px solid #46E981;
border-radius: 10px;
background-color: #302B28;
@@ -125,7 +126,8 @@ tr {
margin-right: 5px;
margin-left: 5px;
}
.create:hover {
.create:hover,
.action:hover {
border: 2px solid #a1f4bf;
color: #46E981;
}