We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c64dbe + aab2c48 commit 6de8385Copy full SHA for 6de8385
1 file changed
src/DebugUI/Assets/DebugUI/Package Resources/Debug UI.uss
@@ -119,6 +119,10 @@
119
color: rgb(255, 255, 255);
120
}
121
122
+.unity-base-text-field__input:disabled {
123
+ background-color: rgba(105, 105, 133, 0.8);
124
+}
125
+
126
.unity-base-text-field {
127
padding-top: 1px;
128
padding-bottom: 1px;
@@ -142,14 +146,6 @@
142
146
border-bottom-color: rgb(29, 132, 191);
143
147
144
148
145
-.unity-base-text-field:disable > .unity-base-text-field__input {
- border-left-color: rgba(255, 255, 255, 0);
- border-right-color: rgba(255, 255, 255, 0);
- border-top-color: rgba(255, 255, 255, 0);
149
- border-bottom-color: rgba(255, 255, 255, 0);
150
- background-color: rgb(105, 105, 133);
151
-}
152
-
153
.unity-foldout__toggle {
154
margin-top: 0;
155
margin-right: 0;
0 commit comments