From 07a6211583014e9c3aa819b007639d54439c138f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Thu, 13 Sep 2018 13:42:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Make=20entire=20quick=20search?= =?UTF-8?q?=20row=20clickable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See #14 --- css/area_main-sidebar-search.less | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/css/area_main-sidebar-search.less b/css/area_main-sidebar-search.less index 743b1b5..a217291 100644 --- a/css/area_main-sidebar-search.less +++ b/css/area_main-sidebar-search.less @@ -152,13 +152,20 @@ background-color: #FFF; padding: 0; - strong, + strong { + color: @quicksearch-button-color; + padding: 0.25rem 0.5rem + } + ul li { color: @quicksearch-button-color; - padding: .25rem .5rem; - * { + a { + display: block; + padding: 0.25rem 0.5rem; + overflow: hidden; color: inherit; + text-overflow: ellipsis; } }