Skip to content

Commit e53887f

Browse files
author
Kristan Kenney
committed
Adjust hover state for text fields
1 parent 181aa66 commit e53887f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/css/styles.min.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,7 @@ label:hover {
25172517
box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
25182518
}
25192519
.vst-input:hover {
2520-
border: 1px solid #909090;
2520+
border: 1px solid #94c8f0;
25212521
}
25222522
.vst-input:focus {
25232523
border: 1px solid #3b9de8;
@@ -3118,7 +3118,7 @@ a.button.cancel {
31183118
}
31193119

31203120
.l-unit.selected:hover {
3121-
background-color: #fefccd;
3121+
background-color: #f0bccd;
31223122
color: #4b4b4b;
31233123
box-shadow: 0px 2px 14px rgba(150,150,150,0.25);
31243124
text-shadow: 0px 1px rgba(255,255,255,0.6);

0 commit comments

Comments
 (0)