From fc52af24f1418d6590a2d37a0d8cc31b123e38f6 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 19 Aug 2014 12:08:35 -0400 Subject: [PATCH] Fix merge error that disabled contact drag'n'drop --- skins/larry/mail.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 0f7752a..5d61699 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -559,6 +559,10 @@ background-position: -24px -1116px; } +.messagelist thead tr td.priority span.priority { + background-position: -24px -1845px; +} + #messagelist tr td.priority span.prio5 { background-position: 0 -1905px; } -- Gitblit v1.9.1