tweaks to remove txt field + play btn styles

This commit is contained in:
Ian Arawjo 2023-05-03 18:14:37 -04:00
parent 9685650e45
commit 5cb8377138

View File

@ -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;