Skip to content

Commit 38ebd78

Browse files
authored
False finish button looks greyed out / inactive (#94)
* "Undo false finish" is now a nice red colour
1 parent d4c6da8 commit 38ebd78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/src/pages/timekeeper/pages/racePage.module.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,16 @@
103103
}
104104

105105
#undofalsefinish {
106-
background-color: #d4dada;
106+
background-color: #e3242b;
107107
}
108108

109109
#undofalsefinish:hover,
110110
#undofalsefinish:focus {
111-
background-color: #ced0d0;
111+
background-color: #990f02;
112112
}
113113

114114
#undofalsefinish:active {
115-
background-color: #c1c3c3;
115+
background-color: #d0312d;
116116
transition: 0.5s;
117117
position: relative;
118118
top: 2px;

0 commit comments

Comments
 (0)