2021-08-17 05:59:19 +09:00
|
|
|
input {
|
2021-08-06 06:47:03 +09:00
|
|
|
all: unset;
|
|
|
|
}
|
2021-11-15 23:07:05 +09:00
|
|
|
|
|
|
|
input[type=checkbox],input[type=radio] {
|
2021-08-06 06:47:03 +09:00
|
|
|
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-11-15 23:44:24 +09:00
|
|
|
background: var(--accent) !important;
|
2021-10-06 03:04:30 +09:00
|
|
|
}
|
2021-11-15 23:07:05 +09:00
|
|
|
|
|
|
|
input[type=checkbox]:not(:hover,:focus),input[type=radio]:not(:hover,:focus) {
|
2021-11-15 23:44:24 +09:00
|
|
|
background: var(--foreground) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=checkbox],input[type=radio] {
|
|
|
|
border: unset !important;
|
|
|
|
}
|
|
|
|
input[type=radio] {
|
|
|
|
background: var(--background-hard) !important;
|
2021-10-06 03:04:30 +09:00
|
|
|
}
|
2021-11-15 23:07:05 +09:00
|
|
|
|
2021-10-06 03:04:30 +09:00
|
|
|
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-11-15 23:07:05 +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;
|
2021-11-15 23:07:05 +09:00
|
|
|
font-family: 'Open Sans',sans-serif !important;
|
|
|
|
font-weight: normal !important;
|
|
|
|
padding: unset !important;
|
|
|
|
-webkit-border-radius: .6rem;
|
|
|
|
-moz-border-radius: .6rem;
|
|
|
|
border-radius: .6rem;
|
|
|
|
background: var(--gradient) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=radio] {
|
|
|
|
border: solid .25em !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=checkbox] {
|
|
|
|
-webkit-background-size: 100%;
|
|
|
|
-moz-background-size: 100%;
|
|
|
|
-o-background-size: 100%;
|
|
|
|
background-size: 100%;
|
|
|
|
margin-right: 2px;
|
|
|
|
-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;
|
|
|
|
mask-image: url("../../icons/check-off.svg") !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=checkbox]:checked {
|
|
|
|
-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;
|
|
|
|
mask-image: url("../../icons/check-on.svg") !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=color] {
|
|
|
|
border: unset;
|
|
|
|
padding: 2px;
|
|
|
|
width: 100%;
|
|
|
|
height: 3rem;
|
2021-10-06 06:44:22 +09:00
|
|
|
}
|
2021-11-15 23:07:05 +09:00
|
|
|
|
2021-10-06 06:44:22 +09:00
|
|
|
::-webkit-file-upload-button {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: unset;
|
|
|
|
border: unset;
|
2021-11-15 23:07:05 +09:00
|
|
|
font-family: 'Open Sans',sans-serif !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
color: var(--foreground);
|
|
|
|
fill: var(--foreground);
|
2021-10-06 06:44:22 +09:00
|
|
|
margin: 3px;
|
2021-08-06 06:47:03 +09:00
|
|
|
}
|
2021-11-15 23:07:05 +09:00
|
|
|
|
2021-08-06 06:47:03 +09:00
|
|
|
::file-selector-button {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: unset;
|
|
|
|
border: unset;
|
2021-11-15 23:07:05 +09:00
|
|
|
font-family: 'Open Sans',sans-serif !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
color: var(--foreground);
|
|
|
|
fill: var(--foreground);
|
2021-10-06 06:44:22 +09:00
|
|
|
margin: 3px;
|
2021-08-06 06:47:03 +09:00
|
|
|
}
|
2021-11-15 23:07:05 +09:00
|
|
|
|
2021-10-06 06:44:22 +09:00
|
|
|
::file-selector-button {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: unset;
|
|
|
|
border: unset;
|
2021-11-15 23:07:05 +09:00
|
|
|
font-family: 'Open Sans',sans-serif !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
color: var(--foreground);
|
|
|
|
fill: var(--foreground);
|
2021-10-06 06:44:22 +09:00
|
|
|
margin: 3px;
|
|
|
|
}
|
2021-11-15 23:07:05 +09:00
|
|
|
|
|
|
|
*|*::-moz-button-content {
|
|
|
|
all: unset !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
2021-11-28 05:26:44 +09:00
|
|
|
display: block !important;
|
2021-11-15 23:07:05 +09:00
|
|
|
cursor: pointer !important;
|
2021-11-28 05:26:44 +09:00
|
|
|
margin-left: auto !important;
|
2021-11-17 04:40:07 +09:00
|
|
|
margin-top: var(--smaller);
|
2021-11-15 23:07:05 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
button,label {
|
|
|
|
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
|
|
|
}
|
2021-11-15 23:07:05 +09:00
|
|
|
|
2021-11-24 08:07:42 +09:00
|
|
|
select::-ms-expand {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-11-15 23:07:05 +09:00
|
|
|
button,input,select,textarea {
|
2021-11-24 08:07:42 +09:00
|
|
|
appearance: none;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;/* For IE <= 11 */
|
|
|
|
display: -webkit-inline-box;
|
|
|
|
display: -webkit-inline-flex;
|
|
|
|
display: -ms-inline-flexbox;
|
|
|
|
display: -moz-inline-box;
|
|
|
|
display: inline-flex;
|
2021-09-26 05:02:11 +09:00
|
|
|
overflow: hidden;
|
2021-11-24 08:07:42 +09:00
|
|
|
font-size: inherit;
|
2021-11-28 03:10:26 +09:00
|
|
|
padding: 6px 8px !important;
|
2021-11-15 23:07:05 +09:00
|
|
|
-webkit-border-radius: .6rem;
|
|
|
|
-moz-border-radius: .6rem;
|
|
|
|
border-radius: .6rem;
|
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-11-15 23:44:24 +09:00
|
|
|
width: inherit;
|
|
|
|
max-width: border-box !important;
|
|
|
|
}
|
|
|
|
button, select, textarea {
|
|
|
|
background: var(--gradient) !important;
|
|
|
|
}
|
|
|
|
button,input:not([type=checkbox], [type=radio]) {
|
|
|
|
background: var(--gradient) !important;
|
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-11-15 23:07:05 +09:00
|
|
|
-webkit-border-radius: .6rem;
|
|
|
|
-moz-border-radius: .6rem;
|
|
|
|
border-radius: .6rem;
|
2021-10-30 02:14:39 +09:00
|
|
|
max-width: 100% !important;
|
|
|
|
}
|
2021-11-15 23:07:05 +09:00
|
|
|
|
|
|
|
select>option {
|
2021-10-30 02:14:39 +09:00
|
|
|
width: 1px;
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
2021-10-06 07:29:46 +09:00
|
|
|
|
2021-11-15 23:07:05 +09:00
|
|
|
button:focus,button:hover,input:focus,input:hover,select:focus,select:hover,textarea:focus,textarea:hover {
|
2021-10-30 06:01:28 +09:00
|
|
|
-webkit-box-shadow: var(--shadow-inset-accent) !important;
|
|
|
|
-moz-box-shadow: var(--shadow-inset-accent) !important;
|
|
|
|
box-shadow: var(--shadow-inset-accent) !important;
|
2021-11-15 23:07:05 +09:00
|
|
|
}
|