orange dot on race list - css
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user