fix button opacity
This commit is contained in:
parent
6706203ac1
commit
1156548ef6
|
@ -46,3 +46,7 @@ body {
|
||||||
.j2-jumbo a:hover {
|
.j2-jumbo a:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.j2-jumbo a .btn {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
Loading…
Reference in New Issue