Skip to content

Commit bf7ac8c

Browse files
author
Daniel Arthur Gallagher
committed
Add a red border when the flags are invalid
1 parent 02ff45f commit bf7ac8c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

application.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,13 @@ input, textarea, #results, #groups {
215215
}
216216

217217
#expression input[name=option] {
218+
box-sizing: border-box;
218219
margin-left: 4px;
219-
width: 50px;
220+
width: 70px;
221+
}
222+
223+
.invalid-expression, input:invalid {
224+
border: 1px solid #F7296F;
220225
}
221226

222227
#expression input[name=expression],

0 commit comments

Comments
 (0)