From d58c39126f6e1754e29b6f3bbc01f0f6a3ea2581 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Mon, 02 Jun 2014 10:35:12 -0400 Subject: [PATCH] Some more improvemements on content structure, text representation and keyboard navigation within the mail view --- skins/larry/styles.css | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/skins/larry/styles.css b/skins/larry/styles.css index d7ad74c..add4732 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1187,6 +1187,12 @@ outline: none; } +.listing tbody td a { + color: #376572; + text-shadow: 0px 1px 1px #fff; + text-decoration: none; +} + .webkit .listing tbody td { height: 14px; } -- Gitblit v1.9.1