fix input type color css

This commit is contained in:
cutls
2020-09-08 23:39:06 +09:00
parent 3f7aaa7e99
commit 8118806f4e
2 changed files with 26 additions and 14 deletions

View File

@@ -340,6 +340,18 @@ blockquote:before,
flex-wrap: wrap;
flex-direction: column;
}
input[type="color"] {
-webkit-appearance: none;
border: none;
width: 32px;
height: 32px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
padding: 0;
}
input[type="color"]::-webkit-color-swatch {
border: none;
}
#menu {
position: fixed;
z-index: 999;