From 47fdcec1be95f9d99ffe94cdb7212caedd774116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Tue, 23 Jan 2024 14:27:48 +0100 Subject: [PATCH] CW field border --- TangerineUI-cherry.css | 1 + TangerineUI-purple.css | 1 + TangerineUI.css | 1 + 3 files changed, 3 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index f6455d1..778f295 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1316,6 +1316,7 @@ body.app-body { } .app-body .compose-form .spoiler-input .autosuggest-input { background-color: var(--color-content-bg); + border-bottom: 0; padding: 5px; } .app-body .compose-form .spoiler-input__input { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 242b5eb..4256929 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1316,6 +1316,7 @@ body.app-body { } .app-body .compose-form .spoiler-input .autosuggest-input { background-color: var(--color-content-bg); + border-bottom: 0; padding: 5px; } .app-body .compose-form .spoiler-input__input { diff --git a/TangerineUI.css b/TangerineUI.css index 301a55e..6bd8d4a 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1316,6 +1316,7 @@ body.app-body { } .app-body .compose-form .spoiler-input .autosuggest-input { background-color: var(--color-content-bg); + border-bottom: 0; padding: 5px; } .app-body .compose-form .spoiler-input__input {