Class name

master
Bob Mottram 2019-08-25 14:13:41 +01:00
parent c4d125480a
commit f2c6769c90
1 changed files with 15 additions and 2 deletions

View File

@ -671,6 +671,19 @@ input[type=checkbox]
}
.dropbtn {
border: none;
cursor: pointer;
margin: 10px auto;
padding: 0px 14px;
position: relative;
display: inline-block;
border: none;
cursor: pointer;
}
.dropbtn img {
opacity: 1.0;
width: 32px;
height: 32px;
padding: 0px 16px;
-ms-transform: translateY(-10%);
transform: translateY(-10%);
}