summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-04-15 15:25:15 +0200
committerAleksander Machniak <alec@alec.pl>2013-04-15 15:25:15 +0200
commite088291024a1d739761d4adf3269b34797898cc7 (patch)
tree3b3a82ebd4d5abbb6bf463bccead265bc62c9afc
parentb7570fb564b0923c28ab3507b6826fd0be874c78 (diff)
Remove dropdown style from attachment menu
-rw-r--r--skins/larry/templates/message.html2
-rw-r--r--skins/larry/templates/messagepreview.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/templates/message.html b/skins/larry/templates/message.html
index 0e19afa40..ba8fc0f29 100644
--- a/skins/larry/templates/message.html
+++ b/skins/larry/templates/message.html
@@ -88,7 +88,7 @@
</div><!-- end mainscreen -->
-<div id="attachmentmenu" class="popupmenu dropdown">
+<div id="attachmentmenu" class="popupmenu">
<ul class="toolbarmenu">
<li><roundcube:button command="open-attachment" id="attachmenuopen" type="link" label="open" class="icon" classAct="icon active" innerclass="icon extwin" /></li>
<li><roundcube:button command="download-attachment" id="attachmenudownload" type="link" label="download" class="icon" classAct="icon active" innerclass="icon download" /></li>
diff --git a/skins/larry/templates/messagepreview.html b/skins/larry/templates/messagepreview.html
index b2af03485..f69f65125 100644
--- a/skins/larry/templates/messagepreview.html
+++ b/skins/larry/templates/messagepreview.html
@@ -62,7 +62,7 @@
</div>
</div>
-<div id="attachmentmenu" class="popupmenu dropdown">
+<div id="attachmentmenu" class="popupmenu">
<ul class="toolbarmenu">
<li><roundcube:button command="open-attachment" id="attachmenuopen" type="link" label="open" class="icon" classAct="icon active" innerclass="icon extwin" /></li>
<li><roundcube:button command="download-attachment" id="attachmenudownload" type="link" label="download" class="icon" classAct="icon active" innerclass="icon download" /></li>