@5minds/node-red-dashboard-2-processcube-dynamic-form 2.1.0-develop-9ecbf6-mdsqooof → 2.1.0-feature-9b3262-mdyiezct

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -130,6 +130,24 @@ code {
130
130
  padding: 8px;
131
131
  }
132
132
 
133
+ .ui-dynamic-form-footer-action-terminate {
134
+ background-color: transparent !important;
135
+ border: none !important;
136
+ color: #dc3545 !important;
137
+ text-decoration: none;
138
+ padding: 4px 8px !important;
139
+ min-height: auto !important;
140
+ font-size: 0.875rem;
141
+ cursor: pointer;
142
+ box-shadow: none !important;
143
+ }
144
+
145
+ .ui-dynamic-form-footer-action-terminate:hover {
146
+ background-color: transparent !important;
147
+ color: #b02a37 !important;
148
+ text-decoration: underline;
149
+ }
150
+
133
151
  .ui-dynamic-form-footer-actions-container {
134
152
  display: flex;
135
153
  justify-content: space-between;