aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
author23n <post@toktan.org>2013-10-24 05:59:08 +0200
committer23n <post@toktan.org>2013-10-24 05:59:08 +0200
commitc3d04139560b81cd1645b0ae8a5316519a9cad0d (patch)
tree6b4390ccdbe432c7098a6f55bbb9564564b04762 /view
parent7b7ef56b54a98f3d860b9b0c7dc4a7ce0657fede (diff)
downloadvolse-hubzilla-c3d04139560b81cd1645b0ae8a5316519a9cad0d.tar.gz
volse-hubzilla-c3d04139560b81cd1645b0ae8a5316519a9cad0d.tar.bz2
volse-hubzilla-c3d04139560b81cd1645b0ae8a5316519a9cad0d.zip
no underlines for hovered icons
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 4f41cf923..7a8e87dc5 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -3492,6 +3492,10 @@ a .drop-icons {
margin-right: 10px;
}
+.design-icons:hover {
+text-decoration: none;
+}
+
#menulist {
list-style-type: none;
} \ No newline at end of file