fix button opacity

This commit is contained in:
pixeldesu 2014-12-13 18:12:24 +01:00
parent 6706203ac1
commit 1156548ef6
1 changed files with 4 additions and 0 deletions

View File

@ -46,3 +46,7 @@ body {
.j2-jumbo a:hover {
opacity: 1;
}
.j2-jumbo a .btn {
opacity: 1;
}