[Pkg-owncloud-commits] [owncloud-doc] 109/227: proper foxus and hover appearance of links in notes
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:20:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit ac5500faf08b1627842df4ad1e6852489546d7ca
Author: Morris Jobke <hey at morrisjobke.de>
Date: Tue Sep 16 22:27:01 2014 +0200
proper foxus and hover appearance of links in notes
---
_shared_assets/themes/owncloud_org/static/styles.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/_shared_assets/themes/owncloud_org/static/styles.css b/_shared_assets/themes/owncloud_org/static/styles.css
index 133feb6..07264d5 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;
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list