Skip to content

Commit 5821cb4

Browse files
committed
Made the Track! button not look disabled.
1 parent db7db1d commit 5821cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dddsample/src/main/webapp/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ textarea,
130130
select {
131131
padding: 1px;
132132
font: 400 1em verdana, sans-serif;
133-
color: #999;
133+
color: black;
134134
background: #EEE;
135-
border: 1px solid #CCC;
135+
border: 1px solid #555;
136136
}
137137

138138
input:focus,

0 commit comments

Comments
 (0)