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 {
|
2021-10-06 06:44:22 +09:00
|
|
|
-webkit-align-self: center;
|
|
|
|
-ms-flex-item-align: center;
|
|
|
|
-ms-grid-row-align: center;
|
2021-10-06 03:04:30 +09:00
|
|
|
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;
|
2021-10-06 06:44:22 +09:00
|
|
|
-webkit-align-self: end !important;
|
|
|
|
-ms-flex-item-align: end !important;
|
|
|
|
-ms-grid-row-align: end !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;
|
2021-10-06 07:29:46 +09:00
|
|
|
width: 1rem !important;
|
|
|
|
height: 1rem !important;
|
2021-10-06 03:04:30 +09:00
|
|
|
}
|
|
|
|
input[type=checkbox]:not(:hover, :focus),
|
|
|
|
input[type=radio]:not(:hover, :focus) {
|
|
|
|
opacity: 75%;
|
|
|
|
}
|
|
|
|
input[type=radio] {
|
2021-10-06 06:44:22 +09:00
|
|
|
-webkit-border-radius: 50% !important;
|
|
|
|
-moz-border-radius: 50% !important;
|
2021-10-06 03:04:30 +09:00
|
|
|
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 06:44:22 +09:00
|
|
|
-webkit-border-radius: 0.6rem !important;
|
|
|
|
-moz-border-radius: 0.6rem !important;
|
|
|
|
border-radius: 0.6rem !important;
|
|
|
|
}
|
|
|
|
::-webkit-file-upload-button {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: unset;
|
|
|
|
border: unset;
|
|
|
|
margin: 3px;
|
2021-08-06 06:47:03 +09:00
|
|
|
}
|
|
|
|
::file-selector-button {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: unset;
|
|
|
|
border: unset;
|
2021-10-06 06:44:22 +09:00
|
|
|
margin: 3px;
|
2021-08-06 06:47:03 +09:00
|
|
|
}
|
2021-10-06 06:44:22 +09:00
|
|
|
::file-selector-button {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: unset;
|
|
|
|
border: unset;
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
button,
|
|
|
|
label {
|
2021-10-06 00:03:17 +09:00
|
|
|
font-family: 'Poppins', sans-serif;
|
2021-10-06 06:44:22 +09:00
|
|
|
font-weight: bold !important;
|
|
|
|
color: currentColor;
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
|
|
|
button,
|
2021-10-06 06:44:22 +09:00
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
|
|
|
display: -webkit-inline-box !important;
|
|
|
|
display: -webkit-inline-flex !important;
|
|
|
|
display: -ms-inline-flexbox !important;
|
|
|
|
display: -moz-inline-box !important;
|
2021-10-06 03:04:30 +09:00
|
|
|
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 06:44:22 +09:00
|
|
|
-webkit-border-radius: 0.6rem;
|
|
|
|
-moz-border-radius: 0.6rem;
|
|
|
|
border-radius: 0.6rem;
|
2021-10-30 06:01:28 +09:00
|
|
|
background: var(--gradient) !important;
|
2021-11-15 22:55:23 +09:00
|
|
|
border: 2px solid var(--border) !important;
|
|
|
|
-webkit-box-shadow: var(--shadow);
|
|
|
|
-moz-box-shadow: var(--shadow);
|
|
|
|
box-shadow: var(--shadow);
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
2021-11-15 22:55:23 +09:00
|
|
|
|
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;
|
2021-10-06 06:44:22 +09:00
|
|
|
-webkit-border-radius: 0.6rem;
|
|
|
|
-moz-border-radius: 0.6rem;
|
|
|
|
border-radius: 0.6rem;
|
2021-10-30 02:14:39 +09:00
|
|
|
max-width: 100% !important;
|
|
|
|
}
|
|
|
|
select > option {
|
|
|
|
width: 1px;
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
|
|
|
input[type=radio] {
|
2021-10-06 06:44:22 +09:00
|
|
|
border: solid 0.25em !important;
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
|
|
|
input[type=checkbox] {
|
2021-10-06 07:29:46 +09:00
|
|
|
-webkit-background-size: 100%;
|
|
|
|
-moz-background-size: 100%;
|
|
|
|
-o-background-size: 100%;
|
|
|
|
background-size: 100%;
|
2021-09-25 23:59:16 +09:00
|
|
|
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 06:44:22 +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 06:44:22 +09:00
|
|
|
height: 3rem;
|
2021-10-06 00:03:17 +09:00
|
|
|
}
|
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 06:44:22 +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 06:44:22 +09:00
|
|
|
-webkit-border-radius: 0.6rem;
|
|
|
|
-moz-border-radius: 0.6rem;
|
|
|
|
border-radius: 0.6rem;
|
2021-11-15 22:55:23 +09:00
|
|
|
background: var(--gradient) !important;
|
2021-10-06 06:44:22 +09:00
|
|
|
}
|
|
|
|
::-webkit-file-upload-button {
|
|
|
|
font-family: 'Open Sans', sans-serif !important;
|
|
|
|
font-weight: bold !important;
|
2021-11-15 22:55:23 +09:00
|
|
|
color: var(--foreground);
|
|
|
|
fill: var(--foreground);
|
2021-10-06 06:44:22 +09:00
|
|
|
}
|
|
|
|
::file-selector-button {
|
|
|
|
font-family: 'Open Sans', sans-serif !important;
|
|
|
|
font-weight: bold !important;
|
2021-11-15 22:55:23 +09:00
|
|
|
color: var(--foreground);
|
|
|
|
fill: var(--foreground);
|
2021-10-06 00:03:17 +09:00
|
|
|
}
|
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;
|
2021-10-06 06:44:22 +09:00
|
|
|
font-weight: bold !important;
|
2021-11-15 22:55:23 +09:00
|
|
|
color: var(--foreground);
|
|
|
|
fill: var(--foreground);
|
2021-10-06 07:29:46 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type=checkbox],
|
|
|
|
input[type=radio] {
|
|
|
|
border: unset !important;
|
2021-10-30 06:01:28 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type=radio] {
|
|
|
|
background-color: var(--background-hard) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=checkbox] {
|
|
|
|
background-color: var(--border) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:focus,
|
|
|
|
button:hover,
|
|
|
|
input:focus,
|
|
|
|
input:hover,
|
|
|
|
select:focus,
|
|
|
|
select:hover,
|
|
|
|
textarea:focus,
|
|
|
|
textarea:hover {
|
|
|
|
-webkit-box-shadow: var(--shadow-inset-accent) !important;
|
|
|
|
-moz-box-shadow: var(--shadow-inset-accent) !important;
|
|
|
|
box-shadow: var(--shadow-inset-accent) !important;
|
|
|
|
}
|