From 5cb83771388b7d5d9153c4aed4e8f5e770476325 Mon Sep 17 00:00:00 2001 From: Ian Arawjo Date: Wed, 3 May 2023 18:14:37 -0400 Subject: [PATCH] tweaks to remove txt field + play btn styles --- chain-forge/src/text-fields-node.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chain-forge/src/text-fields-node.css b/chain-forge/src/text-fields-node.css index 97ec925..a6693e1 100644 --- a/chain-forge/src/text-fields-node.css +++ b/chain-forge/src/text-fields-node.css @@ -98,12 +98,17 @@ .remove-text-field-btn { margin-left: 3px; + padding: 2px 4px; border-style: none; background-color: inherit; color: #bbb; font-weight: bold; cursor: pointer; } + .remove-text-field-btn:hover { + color: #666; + background-color: #eee; + } .input-field input { margin-left: 5px; @@ -289,6 +294,7 @@ .AmitSahoo45-button-3:hover { background: rgb(26, 200, 69); + color: white; box-shadow: 0 0 30px 5px rgb(63, 234, 106, 0.815); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;