Skip to content

Commit 2f4fa23

Browse files
committed
small css color adjustment
1 parent 95378b7 commit 2f4fa23

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@
8787
border: 1px solid #727272;
8888
}
8989

90+
.form-control:focus {
91+
color: inherit;
92+
background-color: #1c1c1c;
93+
}
94+
95+
.form-control:disabled, .form-control[readonly] {
96+
background-color: #3e3e3e;
97+
opacity: 1;
98+
}
99+
90100
#buttonsRow {
91101
position: fixed;
92102
bottom: 8px;

0 commit comments

Comments
 (0)