From cfc8b60fdeba83d0e23529507220d38752b8cb11 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Fri, 19 May 2017 10:29:58 +0200 Subject: [PATCH] Highlight listmenu button when focused + better button style --- skins/larry/mail.css | 13 +++++++++---- skins/larry/styles.css | 3 +-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 1c63dd909..19903dbcc 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1400,15 +1400,20 @@ div.message-partheaders .headers-table td.header { } .widescreen #messagelistheader .listmenu { - margin-right: 10px; + margin-right: 8px; vertical-align: middle; - line-height: 22px; - width: 26px; + line-height: 24px; + width: 28px; padding: 0; text-indent: -5000px; overflow: hidden; display: inline-block; - background: url(images/listicons.png) 0 -2330px no-repeat; + background: url(images/listicons.png) 0 -2328px no-repeat; +} + +.widescreen #messagelistheader .listmenu:focus { + background-color: rgba(128,128,128,0.55); + outline: none; } .widescreen #countcontrols { diff --git a/skins/larry/styles.css b/skins/larry/styles.css index d9bd90ee6..c443b3c5c 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -110,12 +110,11 @@ label input + span { input.button { display: inline-block; margin: 0 2px; - padding: 2px 5px; + padding: 4px 8px; color: #525252; border: 1px solid #c0c0c0; border-radius: 4px; background: #f7f7f7; - box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3); text-decoration: none; outline: none; }