This commit is contained in:
@@ -85,7 +85,12 @@
|
||||
|
||||
/* ── Forms ── */
|
||||
.form-card { background: #fff; border-radius: 10px; padding: 1.25rem; border: 1px solid #eee; }
|
||||
input, textarea, select { background-color: #fff; color: #333; }
|
||||
input, textarea, select,
|
||||
.input, .textarea, .select select {
|
||||
background-color: #fff !important;
|
||||
color: #333 !important;
|
||||
border-color: #dbdbdb !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user