From 374f8208ee16a51b71872352089c4d356deacefb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 2 Jun 2024 07:23:28 +0000 Subject: [PATCH] Update content of files --- data/web/fragment.com/css/auction.css | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/data/web/fragment.com/css/auction.css b/data/web/fragment.com/css/auction.css index d89babd0e3..40fde12884 100644 --- a/data/web/fragment.com/css/auction.css +++ b/data/web/fragment.com/css/auction.css @@ -1300,6 +1300,19 @@ a.tm-menu-link:focus { background: var(--field-bg-color); position: relative; } +.tm-field-hint { + margin: 8px 14px; +} +.tm-field .form-control-link { + cursor: pointer; +} +.tm-field .form-control-link:hover { + text-decoration: none; +} +.tm-field .form-control-link.urgent { + color: var(--unavail-color); +} + .tm-search-field:before { position: absolute; margin: 4px 9px; @@ -2577,10 +2590,6 @@ a.tm-table-action-link:hover { filter: blur(7px); } -.tm-field-hint { - margin: 8px 14px; -} - .tm-number-form-group { margin: 36px 0 0; }