버그 수정 중
This commit is contained in:
@@ -145,3 +145,12 @@
|
||||
.utk-boundsfield--disabled .unity-float-field > .unity-base-text-field__input:focus {
|
||||
border-color: var(--color-border);
|
||||
}
|
||||
|
||||
/* ===================================
|
||||
Read Only
|
||||
=================================== */
|
||||
|
||||
.utk-boundsfield--readonly > .unity-base-text-field__input {
|
||||
background-color: var(--color-btn-disabled);
|
||||
}
|
||||
|
||||
|
||||
@@ -100,3 +100,11 @@
|
||||
.utk-double-field--disabled > .unity-label {
|
||||
color: var(--color-text-disabled);
|
||||
}
|
||||
|
||||
/* ===================================
|
||||
Read Only
|
||||
=================================== */
|
||||
|
||||
.utk-double-field--readonly > .unity-base-text-field__input {
|
||||
background-color: var(--color-btn-disabled);
|
||||
}
|
||||
|
||||
@@ -100,3 +100,13 @@
|
||||
.utk-float-field--disabled > .unity-label {
|
||||
color: var(--color-text-disabled);
|
||||
}
|
||||
|
||||
|
||||
/* ===================================
|
||||
Read Only
|
||||
=================================== */
|
||||
|
||||
.utk-float-field--readonly > .unity-base-text-field__input {
|
||||
background-color: var(--color-btn-disabled);
|
||||
}
|
||||
|
||||
|
||||
@@ -100,3 +100,12 @@
|
||||
.utk-integer-field--disabled > .unity-label {
|
||||
color: var(--color-text-disabled);
|
||||
}
|
||||
|
||||
|
||||
/* ===================================
|
||||
Read Only
|
||||
=================================== */
|
||||
|
||||
.utk-integer-field--readonly > .unity-base-text-field__input {
|
||||
background-color: var(--color-btn-disabled);
|
||||
}
|
||||
@@ -99,3 +99,12 @@
|
||||
.utk-long-field--disabled > .unity-label {
|
||||
color: var(--color-text-disabled);
|
||||
}
|
||||
|
||||
|
||||
/* ===================================
|
||||
Read Only
|
||||
=================================== */
|
||||
|
||||
.utk-long-field--readonly > .unity-base-text-field__input {
|
||||
background-color: var(--color-btn-disabled);
|
||||
}
|
||||
@@ -136,3 +136,12 @@
|
||||
.utk-rectfield--disabled .unity-float-field > .unity-base-text-field__input:focus {
|
||||
border-color: var(--color-border);
|
||||
}
|
||||
|
||||
|
||||
/* ===================================
|
||||
Read Only
|
||||
=================================== */
|
||||
|
||||
.utk-rectfield--readonly > .unity-base-text-field__input {
|
||||
background-color: var(--color-btn-disabled);
|
||||
}
|
||||
|
||||
@@ -142,3 +142,12 @@
|
||||
.utk-vector2-field--disabled > .unity-label {
|
||||
color: var(--color-text-disabled);
|
||||
}
|
||||
|
||||
|
||||
/* ===================================
|
||||
Read Only
|
||||
=================================== */
|
||||
|
||||
.utk-vector2-field--readonly > .unity-base-text-field__input {
|
||||
background-color: var(--color-btn-disabled);
|
||||
}
|
||||
|
||||
@@ -137,3 +137,12 @@
|
||||
.utk-vector3-field--disabled > .unity-label {
|
||||
color: var(--color-text-disabled);
|
||||
}
|
||||
|
||||
|
||||
/* ===================================
|
||||
Read Only
|
||||
=================================== */
|
||||
|
||||
.utk-vector3-field--readonly > .unity-base-text-field__input {
|
||||
background-color: var(--color-btn-disabled);
|
||||
}
|
||||
|
||||
@@ -123,3 +123,12 @@
|
||||
.utk-vector4field--disabled .unity-float-field > .unity-base-text-field__input:focus {
|
||||
border-color: var(--color-border);
|
||||
}
|
||||
|
||||
|
||||
/* ===================================
|
||||
Read Only
|
||||
=================================== */
|
||||
|
||||
.utk-vector4field--readonly > .unity-base-text-field__input {
|
||||
background-color: var(--color-btn-disabled);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user