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/settings.css | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/skins/larry/settings.css b/skins/larry/settings.css index 1734b55..7b9fe36 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -110,6 +110,14 @@ background-position: 6px -1819px; } +#settings-sections span.responses a { + background-position: 6px -1972px; +} + +#settings-sections span.responses.selected a { + background-position: 6px -1996px; +} + #sections-table #rcmrowgeneral td.section { background-position: 6px -573px; } @@ -186,6 +194,10 @@ text-overflow: ellipsis; } +#identities-table tbody tr.readonly td { + font-style: italic; +} + #folder-details, #identity-details { position: absolute; -- Gitblit v1.9.1