From 554818bcd078eab8a6184034e3b5940c6caaa02f Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 4 Oct 2010 12:27:06 +0000 Subject: - Add Reply-to-List feature (#1484252) - Add Mail-Followup-To/Mail-Reply-To support (#1485547) git-svn-id: https://svn.roundcube.net/trunk@4032 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/common.css | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'roundcubemail/skins/default/common.css') diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 4a9155211..c068ca270 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -462,6 +462,30 @@ img background-color: #F2F2F2 !important; } +.dropbutton, +.dropbutton span +{ + float: left; + height: 32px; +} + +.dropbutton:hover +{ + background: url(images/dbutton.png) 0 0 no-repeat transparent; +} + +.dropbutton span +{ + width: 9px; + background: url(images/dbutton.png) -53px 0 no-repeat transparent; +} + +.dropbutton span:hover +{ + cursor: pointer; + background-position: -64px 0; +} + /***** common table settings ******/ @@ -752,4 +776,3 @@ font.bold { font-weight: bold; } - \ No newline at end of file -- cgit v1.2.3