Initial state test icon color changed
This commit is contained in:
committed by
Stuart Taylor
parent
3632319282
commit
1491bf905f
@ -138,7 +138,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.refresh-icon {
|
.refresh-icon {
|
||||||
color: darkgreen;
|
color: @icon-grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
.night {
|
.night {
|
||||||
@ -168,6 +168,9 @@
|
|||||||
color:#9BBBDC;
|
color:#9BBBDC;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.refresh-icon {
|
||||||
|
color: @icon-light-grey;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.challenges-editor {
|
.challenges-editor {
|
||||||
|
@ -20,7 +20,8 @@
|
|||||||
@brand-warning: #f0ad4e;
|
@brand-warning: #f0ad4e;
|
||||||
@brand-danger: #d9534f;
|
@brand-danger: #d9534f;
|
||||||
|
|
||||||
|
@icon-grey: #575757;
|
||||||
|
@icon-light-grey: #888888;
|
||||||
//== Scaffolding
|
//== Scaffolding
|
||||||
//
|
//
|
||||||
//## Settings for some of the most global styles.
|
//## Settings for some of the most global styles.
|
||||||
|
Reference in New Issue
Block a user