mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-27 23:44:48 +08:00
add underline to alert links
This commit is contained in:
parent
44241b859c
commit
90496a0ff6
3 changed files with 12 additions and 0 deletions
|
@ -164,6 +164,7 @@ textarea, input[type="text"], input[type="password"], input[type="email"], input
|
|||
.box-shadow(none);
|
||||
}
|
||||
}
|
||||
|
||||
input[type="text"], input[type="password"], input[type="email"], input[type="search"] {
|
||||
height: @baseLineHeight - (@rlInputBorderSize - 1) * 2;
|
||||
line-height: @baseLineHeight - (@rlInputBorderSize - 1) * 2;
|
||||
|
@ -173,9 +174,14 @@ select {
|
|||
border: @rlInputBorderSize solid @inputBorder;
|
||||
}
|
||||
|
||||
.alert a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.alert.alert-null-left-margin {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.alert.alert-error a {
|
||||
color: #b94a48;
|
||||
}
|
||||
|
|
|
@ -5698,6 +5698,9 @@ input[type="search"] {
|
|||
select {
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
.alert a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.alert.alert-null-left-margin {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
|
@ -3397,6 +3397,9 @@ input[type="search"] {
|
|||
select {
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
.alert a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.alert.alert-null-left-margin {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue