From f3240ba3b120c55ff31b28ff2d58bd6a01316a8e Mon Sep 17 00:00:00 2001 From: Anton Afanasyeu Date: Wed, 5 Aug 2026 13:46:40 +0200 Subject: [PATCH] FOR SALE ribbon: drop inner text box border. Letters sit on open band; outer side stripes + pseudo extensions unchanged. Co-authored-by: Cursor --- assets/css/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/app.css b/assets/css/app.css index 8c3c868..f14a690 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -2517,7 +2517,11 @@ button.report-tag--filter:hover { display: block; position: relative; background: #fff; - border: 2px solid #c00; + border-top: none; + border-bottom: none; + border-left: 2px solid #c00; + border-right: 2px solid #c00; + box-shadow: inset 3px 0 0 0 #c00, inset -3px 0 0 0 #c00; padding: 1px; overflow: visible; }