We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b002f commit 8e2bf6fCopy full SHA for 8e2bf6f
1 file changed
apps/_dashboard/static/themes/AlienDark/theme.css
@@ -69,7 +69,7 @@ textarea {
69
color: var(--accent);
70
}
71
72
-input[type=text],
+/* input[type=text],
73
input[type=password],
74
input[type=number],
75
input[type=date],
@@ -78,7 +78,7 @@ input[type=datetime-local],
78
select,
79
textarea {
80
border-bottom: 2px solid var(--accent);
81
-}
+} */
82
83
/* ============================================================================
84
4. CONTENT - Links, Panels, Modals, and Interactive Elements
@@ -167,3 +167,4 @@ select option {
167
background-color: var(--bg-secondary);
168
color: white;
169
170
+
0 commit comments