mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +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
|
|
@ -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
Add a link
Reference in a new issue