mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
CSS: Underline links in error dialogs
Underlining was removed for unknown reasons by commit
d872b42e31
.
This commit is contained in:
parent
bb3bb2c12a
commit
5f39a1ee7f
1 changed files with 0 additions and 3 deletions
|
@ -45,9 +45,6 @@
|
||||||
.popup input[type=text], #users input[type=text] {
|
.popup input[type=text], #users input[type=text] {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
.popup a {
|
|
||||||
text-decoration: none
|
|
||||||
}
|
|
||||||
.popup h1 {
|
.popup h1 {
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Reference in a new issue