Skip to content

Commit 7e05705

Browse files
committed
color of fitButton
1 parent 870c0ca commit 7e05705

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

www/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,11 @@ div.mischelperbox {
198198
margin-top:10px;
199199
}
200200

201-
#fitButton,
201+
#fitButton {
202+
background-color:#BABABA;
203+
background-image:linear-gradient(to bottom,#e6e6e6,#BABABA);
204+
border-bottom-color: #828282;
205+
}
202206
#simButton,
203207
.chromewarning {
204208
margin-bottom:10px;

0 commit comments

Comments
 (0)