From 6b7f83b7e27c2a6976a70a6c284692c1ee30a86c Mon Sep 17 00:00:00 2001 From: "Seraphim R.P" Date: Tue, 3 Aug 2021 12:04:00 -0400 Subject: [PATCH] More quirks with borders. --- nord.css | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/nord.css b/nord.css index f293192..97d1d32 100644 --- a/nord.css +++ b/nord.css @@ -173,6 +173,17 @@ body { color: var(--body-color); } +.btn:active, +.btn:focus, +.input:focus { + box-shadow: 0 0 0 3px rgba(143, 188, 187, 0.5); +} + +.input:not(:disabled):focus, +.input:not(:disabled):hover { + border-color: var(--highlight-color); +} + #chat .show-more .btn { background: var(--unread-marker-color); color: var(--body-bg-color); diff --git a/package.json b/package.json index 7b344a8..825f107 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "thelounge-theme-nord", "description": "Nord theme for thelounge", - "version": "1.0.6", + "version": "1.0.7", "keywords": [ "thelounge", "thelounge-theme",