forked from ilot/ilot-io
bootstrap.local.css: make listmonk-form style match
This commit is contained in:
parent
e5d725d49a
commit
da86a9dd00
1 changed files with 20 additions and 10 deletions
30
basewiki/bootstrap.local.css
vendored
30
basewiki/bootstrap.local.css
vendored
|
@ -480,22 +480,26 @@ header h1::before {
|
|||
/* Footer */
|
||||
|
||||
.footer ul {
|
||||
margin: inherit;
|
||||
padding: 0;
|
||||
height: inherit;
|
||||
list-style-type: none;
|
||||
margin: inherit;
|
||||
padding: 0;
|
||||
height: inherit;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.footer h5 {
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.footer li a {
|
||||
color: #777;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.footer li {
|
||||
color: #777;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.footer p {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
/* Listmonk form */
|
||||
|
@ -508,17 +512,23 @@ header h1::before {
|
|||
display: table-cell;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.listmonk-form a {
|
||||
color: #777;
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
|
||||
.listmonk-form .t > input {
|
||||
width: 100%;
|
||||
background: #f8f8f8;
|
||||
color: #333;
|
||||
color: #777;
|
||||
text-align: left;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.listmonk-form button {
|
||||
background: #f8f8f8;
|
||||
color: #333;
|
||||
color: #777;
|
||||
border-color: #ccc;
|
||||
margin-top: -2px;
|
||||
margin-left: 12px;
|
||||
|
@ -526,7 +536,7 @@ header h1::before {
|
|||
|
||||
.listmonk-form button:hover {
|
||||
background: #e6e6e6;
|
||||
color: #333;
|
||||
color: #777;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue