1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-18 16:09:36 +02:00

qbit: button fix

This commit is contained in:
gilbN 2019-08-31 16:24:44 +02:00
parent 8f4f74e80f
commit c0baa6c374

View File

@ -403,6 +403,18 @@ input[type="button" i] {
border: none;
color: #fff;
}
button {
background-color: rgb(255, 255, 255, .08) !important;
cursor: pointer;
border: 2px solid transparent;
color: #fff;
}
button:hover {
background-color: rgb(255, 255, 255, .15) !important;
cursor: pointer;
border: 2px solid transparent;
color: #fff;
}
input[type="submit" i] {
padding: 6px 15px !important;
width: 100%;