mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #484 from owncloud/links-in-note
add underline to links in note boxes
This commit is contained in:
commit
e397396721
@ -211,3 +211,11 @@ div.thumbnail > img {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
||||
/* make links discoverable in note boxes */
|
||||
.note a {
|
||||
border-bottom: 1px dotted #428bca;
|
||||
}
|
||||
.note a:hover, .note a:focus {
|
||||
border-bottom: 1px solid #428bca;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user