From ee1389b54730fa5470f87dedf0f4e101e8fc906b Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Thu, 12 Mar 2009 17:02:17 +0000 Subject: Realized I could use the CSS background image listheader_aqua.gif as the background for the buttonbar buttons, which gives more consistency to the look of the interface. --- roundcubemail/skins/npk/images/actionmenu_button_bg.png | Bin 204 -> 0 bytes roundcubemail/skins/npk/mail.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 roundcubemail/skins/npk/images/actionmenu_button_bg.png diff --git a/roundcubemail/skins/npk/images/actionmenu_button_bg.png b/roundcubemail/skins/npk/images/actionmenu_button_bg.png deleted file mode 100644 index bcca50661..000000000 Binary files a/roundcubemail/skins/npk/images/actionmenu_button_bg.png and /dev/null differ diff --git a/roundcubemail/skins/npk/mail.css b/roundcubemail/skins/npk/mail.css index d533803fa..e8350ad1e 100644 --- a/roundcubemail/skins/npk/mail.css +++ b/roundcubemail/skins/npk/mail.css @@ -90,7 +90,7 @@ #messagetoolbar ul#actionmenu li { display: inline; - background: url(images/actionmenu_button_bg.png) repeat; + background: url(images/listheader_aqua.gif) repeat; border: 1px solid; border-color: #d4d4d4 #2e2e2e #2e2e2e #d4d4d4; margin: 0; -- cgit v1.2.3