1
0
mirror of git://f0xx.org/ac/ac-platform-web synced 2026-08-09 20:59:36 +03:00

FOR SALE ribbon: drop inner text box border.

Letters sit on open band; outer side stripes + pseudo extensions unchanged.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-08-05 13:46:40 +02:00
parent dcef384cad
commit f3240ba3b1

View File

@@ -2517,7 +2517,11 @@ button.report-tag--filter:hover {
display: block; display: block;
position: relative; position: relative;
background: #fff; 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; padding: 1px;
overflow: visible; overflow: visible;
} }