Bigger icons

master
Bob Mottram 2019-07-26 17:30:00 +01:00
parent 58a2a85aa3
commit f687ba9990
1 changed files with 4 additions and 4 deletions

View File

@ -284,8 +284,8 @@ input[type=submit]:hover {
.dropdown img { .dropdown img {
opacity: 1.0; opacity: 1.0;
width: 24px; width: 32px;
height: 24px; height: 32px;
padding: 0px 16px; padding: 0px 16px;
-ms-transform: translateY(-10%); -ms-transform: translateY(-10%);
transform: translateY(-10%); transform: translateY(-10%);
@ -314,8 +314,8 @@ input[type=submit]:hover {
} }
.dropdown-content img { .dropdown-content img {
width: 24px; width: 32px;
height: 24px; height: 32px;
padding: 0px 0px; padding: 0px 0px;
} }