|
@@ -113,6 +113,15 @@ input[type="number"]::-webkit-outer-spin-button {
|
|
|
background: #fff !important;
|
|
background: #fff !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+:where(.q-field--standout.q-field--highlighted) {
|
|
|
|
|
+ .q-field__native,
|
|
|
|
|
+ .q-field__input,
|
|
|
|
|
+ .q-field__prefix,
|
|
|
|
|
+ .q-field__suffix {
|
|
|
|
|
+ color: $color-text !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.q-field--standout.q-field--rounded .q-field__control {
|
|
.q-field--standout.q-field--rounded .q-field__control {
|
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
|
box-shadow: 0 0 0 1px #c0c0c0c0;
|
|
box-shadow: 0 0 0 1px #c0c0c0c0;
|