Private
Public Access
1
0

orange dot on race list - css

This commit is contained in:
Sander Roosendaal
2018-10-01 10:11:20 +02:00
parent 9dbb9f58a1
commit 4bd4439329

View File

@@ -319,6 +319,19 @@ th.rotate > div > span {
grid-gap: 0;
}
/* orange */
.orange {
color: #fef4e9;
border: solid 1px #da7c0c;
background: #f78d1d;
}
.orange:hover {
background: #f47c20;
}
.orange:active {
color: #fcd3a5;
}
.input {
font: 1.1em/1.5em sans-serif;
@@ -401,18 +414,6 @@ th.rotate > div > span {
color: #999;
}
/* orange */
.orange {
color: #fef4e9;
border: solid 1px #da7c0c;
background: #f78d1d;
}
.orange:hover {
background: #f47c20;
}
.orange:active {
color: #fcd3a5;
}
/* blue */