1
0
Fork 0
forked from ilot/ilot-io

bootstrap.local.css: make listmonk-form style match

This commit is contained in:
Antoine Martin 2024-09-08 12:47:03 -04:00
parent e5d725d49a
commit da86a9dd00
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -498,6 +498,10 @@ header h1::before {
color: #777; color: #777;
} }
.footer p {
color: #777;
}
/* Listmonk form */ /* Listmonk form */
.listmonk-form { .listmonk-form {
@ -508,17 +512,23 @@ header h1::before {
display: table-cell; display: table-cell;
width: 100%; width: 100%;
} }
.listmonk-form a {
color: #777;
text-decoration-line: underline;
}
.listmonk-form .t > input { .listmonk-form .t > input {
width: 100%; width: 100%;
background: #f8f8f8; background: #f8f8f8;
color: #333; color: #777;
text-align: left; text-align: left;
border-color: #ccc; border-color: #ccc;
} }
.listmonk-form button { .listmonk-form button {
background: #f8f8f8; background: #f8f8f8;
color: #333; color: #777;
border-color: #ccc; border-color: #ccc;
margin-top: -2px; margin-top: -2px;
margin-left: 12px; margin-left: 12px;
@ -526,7 +536,7 @@ header h1::before {
.listmonk-form button:hover { .listmonk-form button:hover {
background: #e6e6e6; background: #e6e6e6;
color: #333; color: #777;
border-color: #ccc; border-color: #ccc;
} }