From e088291024a1d739761d4adf3269b34797898cc7 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 15 Apr 2013 09:25:15 -0400
Subject: [PATCH] Remove dropdown style from attachment menu

---
 skins/larry/templates/message.html        |    2 +-
 skins/larry/templates/messagepreview.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/skins/larry/templates/message.html b/skins/larry/templates/message.html
index 0e19afa..ba8fc0f 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 b2af034..f69f651 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>

--
Gitblit v1.9.1