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