diff options
author | 23n <post@toktan.org> | 2013-10-24 05:59:08 +0200 |
---|---|---|
committer | 23n <post@toktan.org> | 2013-10-24 05:59:08 +0200 |
commit | c3d04139560b81cd1645b0ae8a5316519a9cad0d (patch) | |
tree | 6b4390ccdbe432c7098a6f55bbb9564564b04762 /view/theme/redbasic/css | |
parent | 7b7ef56b54a98f3d860b9b0c7dc4a7ce0657fede (diff) | |
download | volse-hubzilla-c3d04139560b81cd1645b0ae8a5316519a9cad0d.tar.gz volse-hubzilla-c3d04139560b81cd1645b0ae8a5316519a9cad0d.tar.bz2 volse-hubzilla-c3d04139560b81cd1645b0ae8a5316519a9cad0d.zip |
no underlines for hovered icons
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
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 |