From 35b3daf908aa8383ad01a356a2ca11cfb74cba96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20=C3=96qvist?= <jesper.oqvist@cs.lth.se> Date: Tue, 9 May 2017 15:40:24 +0200 Subject: [PATCH] Tweak input focus border --- src/app/app.component.css | 4 ++++ src/app/type-details.component.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/app/app.component.css b/src/app/app.component.css index fec4f10..ae7e776 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -101,6 +101,10 @@ article { font-size: 16px; width: 144px; } +.search input:focus { + outline: none; + border-color: #79a; +} @media all and (max-width: 1024px) { .hidemenu { diff --git a/src/app/type-details.component.css b/src/app/type-details.component.css index 8787da5..cab7696 100644 --- a/src/app/type-details.component.css +++ b/src/app/type-details.component.css @@ -61,6 +61,10 @@ summary { font-size: 16px; width: 144px; } +.filter input:focus { + outline: none; + border-color: #79a; +} .filter button { border: 4px solid grey; border-radius: 4px; -- GitLab