mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03: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);
|
.box-shadow(none);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"], input[type="password"], input[type="email"], input[type="search"] {
|
input[type="text"], input[type="password"], input[type="email"], input[type="search"] {
|
||||||
height: @baseLineHeight - (@rlInputBorderSize - 1) * 2;
|
height: @baseLineHeight - (@rlInputBorderSize - 1) * 2;
|
||||||
line-height: @baseLineHeight - (@rlInputBorderSize - 1) * 2;
|
line-height: @baseLineHeight - (@rlInputBorderSize - 1) * 2;
|
||||||
|
|
@ -173,9 +174,14 @@ select {
|
||||||
border: @rlInputBorderSize solid @inputBorder;
|
border: @rlInputBorderSize solid @inputBorder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.alert.alert-null-left-margin {
|
.alert.alert-null-left-margin {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert.alert-error a {
|
.alert.alert-error a {
|
||||||
color: #b94a48;
|
color: #b94a48;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5698,6 +5698,9 @@ input[type="search"] {
|
||||||
select {
|
select {
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
}
|
}
|
||||||
|
.alert a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
.alert.alert-null-left-margin {
|
.alert.alert-null-left-margin {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3397,6 +3397,9 @@ input[type="search"] {
|
||||||
select {
|
select {
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
}
|
}
|
||||||
|
.alert a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
.alert.alert-null-left-margin {
|
.alert.alert-null-left-margin {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue