|
@@ -141,15 +141,18 @@ ion-list.item-view {
|
|
--padding-start: 0.25rem;
|
|
--padding-start: 0.25rem;
|
|
}
|
|
}
|
|
> ion-note[slot=start] {
|
|
> ion-note[slot=start] {
|
|
- --color: var(--ion-color-tertiary);
|
|
|
|
|
|
+ --color: var(--sgc-color-tertiary-50);
|
|
border-bottom-style: none;
|
|
border-bottom-style: none;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
min-width: 5em;
|
|
min-width: 5em;
|
|
font-size: 0.8rem;
|
|
font-size: 0.8rem;
|
|
}
|
|
}
|
|
- > ion-label {
|
|
|
|
- --color: var(--sgc-background-light-font);
|
|
|
|
- }
|
|
|
|
|
|
+ &.item {
|
|
|
|
+ ion-label {
|
|
|
|
+ --color: var(--sgc-background-light-font);
|
|
|
|
+ font-size: 0.9rem;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -172,12 +175,19 @@ ion-list.item-form {
|
|
ion-input {
|
|
ion-input {
|
|
font-size: 0.9rem;
|
|
font-size: 0.9rem;
|
|
--padding-start:0;
|
|
--padding-start:0;
|
|
|
|
+ --color: var(--sgc-background-light-font);
|
|
|
|
+ }
|
|
|
|
+ ion-textarea {
|
|
|
|
+ textarea.native-textarea {
|
|
|
|
+ font-size: 0.9rem;
|
|
|
|
+ color: var(--sgc-background-light-font);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
-
|
|
|
|
ion-select.in-item {
|
|
ion-select.in-item {
|
|
max-width : none;
|
|
max-width : none;
|
|
width:100%;
|
|
width:100%;
|
|
font-size: 0.8rem;
|
|
font-size: 0.8rem;
|
|
|
|
+ color: var(--sgc-background-light-font);
|
|
--padding-start: 0;
|
|
--padding-start: 0;
|
|
}
|
|
}
|
|
&::part(native) {
|
|
&::part(native) {
|
|
@@ -382,8 +392,9 @@ textarea:-webkit-autofill:focus,
|
|
select:-webkit-autofill,
|
|
select:-webkit-autofill,
|
|
select:-webkit-autofill:hover,
|
|
select:-webkit-autofill:hover,
|
|
select:-webkit-autofill:focus {
|
|
select:-webkit-autofill:focus {
|
|
- border: 1px solid green;
|
|
|
|
- -webkit-text-fill-color: green;
|
|
|
|
- -webkit-box-shadow: 0 0 0px 1000px #000 inset;
|
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ border: 1px solid #ffffff99;
|
|
|
|
+ -webkit-text-fill-color: #fff;
|
|
|
|
+ -webkit-box-shadow: 0 0 0px 1000px #ffffff33 inset;
|
|
transition: background-color 5000s ease-in-out 0s;
|
|
transition: background-color 5000s ease-in-out 0s;
|
|
}
|
|
}
|