summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/common.css
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-04 12:27:06 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-04 12:27:06 +0000
commit554818bcd078eab8a6184034e3b5940c6caaa02f (patch)
tree4398582321dbae1bfcbc518e6054e46d0781f6b7 /roundcubemail/skins/default/common.css
parent893e2acccaab477c29217b234b1e0ff4799f9897 (diff)
- 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
Diffstat (limited to 'roundcubemail/skins/default/common.css')
-rw-r--r--roundcubemail/skins/default/common.css25
1 files changed, 24 insertions, 1 deletions
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