Even more bug fixes

This commit is contained in:
David Ralph
2020-09-23 10:48:23 +01:00
parent 66414461c4
commit 7dbd4976b7
6 changed files with 36 additions and 8 deletions

View File

@@ -160,6 +160,7 @@ li {
width: 25px;
height: 25px;
border-radius: 12px;
border: 0;
background: map-get($theme-colours, "gradient");
cursor: pointer;
}
@@ -185,6 +186,27 @@ input[type=color] {
}
}
// This is duplicated because it didn't work with a comma, need to look into it later
input[type=color]::-moz-color-swatch {
border-radius: 100%;
height: 30px;
width: 30px;
box-shadow: map-get($main-parts, "shadow");
border: none;
outline: none;
-webkit-appearance: none;
vertical-align: middle;
&::-moz-color-swatch-wrapper {
padding: 0;
}
&::-moz-color-swatch {
border: none;
border-radius: 100%;
}
}
input[type=checkbox] {
vertical-align: middle;
}
@@ -226,4 +248,4 @@ select#language {
.choices {
background-color: white;
}
}
}