2021-08-17 05:59:19 +09:00
|
|
|
input {
|
2021-08-06 06:47:03 +09:00
|
|
|
all: unset;
|
|
|
|
}
|
2021-10-06 03:04:30 +09:00
|
|
|
input + label {
|
|
|
|
align-self: center;
|
2021-09-06 22:22:36 +09:00
|
|
|
}
|
2021-10-06 03:04:30 +09:00
|
|
|
button {
|
|
|
|
cursor: pointer !important;
|
|
|
|
float: right !important;
|
|
|
|
align-self: end !important
|
2021-09-06 22:22:36 +09:00
|
|
|
}
|
2021-08-06 06:47:03 +09:00
|
|
|
*|*::-moz-button-content {
|
2021-10-06 03:04:30 +09:00
|
|
|
all: unset !important;
|
2021-08-17 05:59:19 +09:00
|
|
|
}
|
2021-10-06 03:04:30 +09:00
|
|
|
input[type=checkbox],
|
2021-08-06 06:47:03 +09:00
|
|
|
input[type=radio] {
|
|
|
|
all: unset;
|
|
|
|
display: inline-block;
|
2021-10-06 03:04:30 +09:00
|
|
|
cursor: pointer !important;
|
|
|
|
width: 1em !important;
|
|
|
|
height: 1em !important;
|
|
|
|
}
|
|
|
|
input[type=checkbox]:not(:hover, :focus),
|
|
|
|
input[type=radio]:not(:hover, :focus) {
|
|
|
|
opacity: 75%;
|
|
|
|
}
|
|
|
|
input[type=radio] {
|
|
|
|
border-radius: 50% !important;
|
|
|
|
margin: 3px 3px 0 5px !important;
|
2021-08-05 22:46:17 +09:00
|
|
|
}
|
2021-08-06 06:47:03 +09:00
|
|
|
input[type=file] {
|
|
|
|
all: unset;
|
2021-09-06 21:08:27 +09:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2021-10-06 00:03:17 +09:00
|
|
|
border-radius: 0.6rem !important
|
2021-08-06 06:47:03 +09:00
|
|
|
}
|
|
|
|
::file-selector-button {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: unset;
|
|
|
|
border: unset;
|
2021-10-06 00:03:17 +09:00
|
|
|
margin: 3px
|
2021-08-06 06:47:03 +09:00
|
|
|
}
|
2021-10-06 00:03:17 +09:00
|
|
|
label,
|
|
|
|
button {
|
|
|
|
font-family: 'Poppins', sans-serif;
|
|
|
|
font-weight: bold !important
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
|
|
|
select,
|
|
|
|
button,
|
|
|
|
textarea,
|
2021-10-06 03:04:30 +09:00
|
|
|
input:not([type=radio], [type=checkbox]) {
|
|
|
|
display: inline-flex !important;
|
2021-09-26 05:02:11 +09:00
|
|
|
overflow: hidden;
|
2021-09-25 23:59:16 +09:00
|
|
|
font-size: inherit !important;
|
2021-10-06 03:04:30 +09:00
|
|
|
padding: 6px 8px !important;
|
2021-10-06 00:03:17 +09:00
|
|
|
border-radius: 0.6rem
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
|
|
|
select {
|
|
|
|
-webkit-appearance: none !important;
|
|
|
|
-moz-appearance: none !important;
|
2021-10-06 03:04:30 +09:00
|
|
|
cursor: pointer;
|
2021-09-25 23:59:16 +09:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 16px;
|
|
|
|
background-position: center right 5px;
|
2021-10-06 00:03:17 +09:00
|
|
|
border-radius: 0.6rem
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
|
|
|
input[type=radio] {
|
2021-10-06 00:03:17 +09:00
|
|
|
border: solid 0.25em !important
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
|
|
|
input[type=checkbox] {
|
|
|
|
vertical-align: middle;
|
|
|
|
background-size: cover;
|
|
|
|
margin-right: 2px;
|
2021-10-02 00:37:28 +09:00
|
|
|
-webkit-mask-image: url("../../icons/check-off.svg") !important;
|
|
|
|
-o-mask-image: url("../../icons/check-off.svg") !important;
|
|
|
|
-moz-mask-image: url("../../icons/check-off.svg") !important;
|
2021-10-06 00:03:17 +09:00
|
|
|
mask-image: url("../../icons/check-off.svg") !important
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
|
|
|
input[type=color] {
|
|
|
|
border: unset;
|
|
|
|
padding: 2px;
|
|
|
|
width: 100%;
|
2021-10-06 00:03:17 +09:00
|
|
|
height: 3rem
|
|
|
|
}
|
2021-09-25 23:59:16 +09:00
|
|
|
input[type=checkbox]:checked {
|
2021-10-02 00:37:28 +09:00
|
|
|
-webkit-mask-image: url("../../icons/check-on.svg") !important;
|
|
|
|
-o-mask-image: url("../../icons/check-on.svg") !important;
|
|
|
|
-moz-mask-image: url("../../icons/check-on.svg") !important;
|
2021-10-06 00:03:17 +09:00
|
|
|
mask-image: url("../../icons/check-on.svg") !important
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
|
|
|
input[type=file] {
|
2021-10-06 00:03:17 +09:00
|
|
|
font-family: 'Open Sans', sans-serif !important;
|
2021-09-25 23:59:16 +09:00
|
|
|
font-weight: normal !important;
|
|
|
|
padding: unset !important;
|
2021-10-06 00:03:17 +09:00
|
|
|
border-radius: 0.6rem
|
|
|
|
}
|
2021-09-25 23:59:16 +09:00
|
|
|
::file-selector-button {
|
2021-10-06 00:03:17 +09:00
|
|
|
font-family: 'Open Sans', sans-serif !important;
|
|
|
|
font-weight: bold !important
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|