From 4fe84c66f158c024c5d897f33c7e0eba537ccf7c Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Sun, 29 Dec 2024 14:03:23 +0100 Subject: [PATCH] Fixed formatting of placeholder test --- templates/parts.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/parts.html b/templates/parts.html index 3467fb7..a52cc87 100644 --- a/templates/parts.html +++ b/templates/parts.html @@ -24,6 +24,11 @@ table.sortable tbody tr:nth-child(2n+1) td { background: #ecf0f1; } +.my-input::placeholder { + color: var(--bulma-grey-dark); + } + + .name-class { max-width: 300px; overflow: hidden;