Skip to content

Commit cbaf497

Browse files
author
Kristan Kenney
committed
Adjust color of textbox hover state
1 parent 98527a8 commit cbaf497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2669,7 +2669,7 @@ a.vst-text:active b{
26692669
box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
26702670
}
26712671
.vst-textinput:hover {
2672-
border: 1px solid #909090;
2672+
border: 1px solid #94c8f0;
26732673
}
26742674
.vst-textinput:focus {
26752675
border: 1px solid #3b9de8;

0 commit comments

Comments
 (0)