color selected displays checkboxes to show loading status
This commit is contained in:
parent
b336b01059
commit
8df8fc25dc
8 changed files with 91 additions and 58 deletions
|
|
@ -37,27 +37,7 @@
|
|||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.loading,
|
||||
.retrying {
|
||||
color: #ffff00;
|
||||
}
|
||||
|
||||
.press-here {
|
||||
color: #00ff00;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.failed {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
.no-data {
|
||||
color: #C0C0C0;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
color: #C0C0C0;
|
||||
}
|
||||
@include u.status-colors();
|
||||
|
||||
&.loading .loading,
|
||||
&.press-here .press-here,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue