diff --git a/_shared_assets/themes/owncloud_org/static/styles.css b/_shared_assets/themes/owncloud_org/static/styles.css index 133feb6ed..07264d56a 100644 --- a/_shared_assets/themes/owncloud_org/static/styles.css +++ b/_shared_assets/themes/owncloud_org/static/styles.css @@ -215,3 +215,7 @@ div.thumbnail > img { .note a { border-bottom: 1px dotted #428bca; } +.note a:hover, .note a:focus { + border-bottom: 1px solid #428bca; + text-decoration: none; +}