2022-01-29 03:21:04 +09:00
|
|
|
label {
|
2022-02-08 08:54:29 +09:00
|
|
|
font-weight: 900;
|
2021-10-06 03:04:30 +09:00
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2022-01-29 03:21:04 +09:00
|
|
|
input + label {
|
|
|
|
margin-left: 3px;
|
2021-08-05 22:46:17 +09:00
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2021-08-06 06:47:03 +09:00
|
|
|
input[type=file] {
|
|
|
|
all: unset;
|
2022-01-22 03:02:27 +09:00
|
|
|
background: var(--gradient) !important;
|
|
|
|
border-radius: var(--s);
|
2021-09-06 21:08:27 +09:00
|
|
|
display: block;
|
2022-01-13 01:07:28 +09:00
|
|
|
font-family: 'Open Sans', sans-serif !important;
|
2022-01-22 03:02:27 +09:00
|
|
|
font-weight: 400 !important;
|
2021-11-15 23:07:05 +09:00
|
|
|
padding: unset !important;
|
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2021-10-06 06:44:22 +09:00
|
|
|
::file-selector-button {
|
|
|
|
background-color: unset;
|
|
|
|
border: unset;
|
2021-11-15 23:07:05 +09:00
|
|
|
color: var(--foreground);
|
2022-01-22 03:02:27 +09:00
|
|
|
cursor: pointer;
|
2021-11-15 23:07:05 +09:00
|
|
|
fill: var(--foreground);
|
2022-01-22 03:02:27 +09:00
|
|
|
font-family: 'Open Sans', sans-serif !important;
|
2022-02-08 08:54:29 +09:00
|
|
|
font-weight: 900 !important;
|
2021-10-06 06:44:22 +09:00
|
|
|
margin: 3px;
|
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2022-01-22 03:02:27 +09:00
|
|
|
*|::-moz-button-content {
|
2021-11-15 23:07:05 +09:00
|
|
|
all: unset !important;
|
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2021-11-15 23:07:05 +09:00
|
|
|
button {
|
|
|
|
cursor: pointer !important;
|
2022-01-22 03:02:27 +09:00
|
|
|
display: block !important;
|
2021-11-28 05:26:44 +09:00
|
|
|
margin-left: auto !important;
|
2021-12-24 06:29:46 +09:00
|
|
|
margin-top: var(--s);
|
2021-11-15 23:07:05 +09:00
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2022-01-14 02:47:47 +09:00
|
|
|
.alert button {
|
2022-01-22 03:02:27 +09:00
|
|
|
border-color: #ff6347 !important;
|
2022-01-14 02:47:47 +09:00
|
|
|
cursor: pointer !important;
|
|
|
|
margin-top: unset !important;
|
|
|
|
}
|
|
|
|
|
2022-01-20 08:54:45 +09:00
|
|
|
button, label {
|
2021-10-06 06:44:22 +09:00
|
|
|
color: currentColor;
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
2022-01-22 03:02:27 +09:00
|
|
|
button {
|
|
|
|
font-family: 'Poppins', sans-serif;
|
2022-02-08 08:54:29 +09:00
|
|
|
font-weight: 900 !important;
|
2022-01-22 03:02:27 +09:00
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2021-11-24 08:07:42 +09:00
|
|
|
select::-ms-expand {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2022-01-20 08:54:45 +09:00
|
|
|
button, input, select, textarea {
|
2022-01-29 08:15:01 +09:00
|
|
|
font-size: inherit;
|
2022-01-22 03:02:27 +09:00
|
|
|
border: 1px solid var(--border) !important;
|
|
|
|
border-radius: var(--s);
|
2022-01-29 08:15:01 +09:00
|
|
|
max-width: border-box;
|
2022-01-22 03:02:27 +09:00
|
|
|
overflow: hidden;
|
2022-01-29 08:15:01 +09:00
|
|
|
padding: 6px 8px;
|
2021-12-26 02:31:16 +09:00
|
|
|
width: auto;
|
2021-11-15 23:44:24 +09:00
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2022-01-20 08:54:45 +09:00
|
|
|
button, select, textarea {
|
2021-11-15 23:44:24 +09:00
|
|
|
background: var(--gradient) !important;
|
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2022-02-05 06:10:21 +09:00
|
|
|
button, input {
|
2021-11-15 23:44:24 +09:00
|
|
|
background: var(--gradient) !important;
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2022-02-05 06:10:21 +09:00
|
|
|
input[type=radio],
|
|
|
|
input[type=checkbox] {
|
|
|
|
background: initial;
|
|
|
|
}
|
|
|
|
|
2021-09-25 23:59:16 +09:00
|
|
|
select {
|
|
|
|
background-repeat: no-repeat;
|
2021-12-24 06:29:46 +09:00
|
|
|
border-radius: var(--s);
|
2022-01-22 03:02:27 +09:00
|
|
|
cursor: pointer;
|
2022-01-29 08:15:01 +09:00
|
|
|
max-width: 100%;
|
2021-10-30 02:14:39 +09:00
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2021-11-30 02:50:30 +09:00
|
|
|
select[multiple] {
|
|
|
|
height: 20rem;
|
2022-01-22 03:02:27 +09:00
|
|
|
overflow-y: scroll;
|
2021-09-25 23:59:16 +09:00
|
|
|
}
|
2022-01-13 01:07:28 +09:00
|
|
|
|
2022-01-20 08:54:45 +09:00
|
|
|
button:focus, button:hover, input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover {
|
2022-01-29 08:15:01 +09:00
|
|
|
box-shadow: var(--shadow-inset-accent);
|
2022-01-22 03:02:27 +09:00
|
|
|
}
|
2022-01-29 08:15:01 +09:00
|
|
|
|
|
|
|
input[type=color] {
|
|
|
|
appearance: none;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
cursor: pointer;
|
|
|
|
height: var(--xxl);
|
|
|
|
width: var(--xxl);
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=color]::-webkit-color-swatch {
|
|
|
|
border: none;
|
|
|
|
border-radius: var(--s);
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=color]::-moz-color-swatch {
|
|
|
|
border: none;
|
|
|
|
border-radius: var(--s);
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=checkbox]:focus,
|
|
|
|
input[type=checkbox]:hover {
|
|
|
|
outline: 2px solid var(--accent);
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=checkbox]
|
|
|
|
{
|
|
|
|
accent-color: var(--accent);
|
|
|
|
}
|