mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 18:35:09 +01:00
fix spool color
This commit is contained in:
parent
3dd5626eb9
commit
5011304939
@ -58,7 +58,7 @@ let AccordionListItemEditionWidget = React.createClass({
|
|||||||
if(isEditionListOpen) {
|
if(isEditionListOpen) {
|
||||||
if(typeof this.state.editionList[pieceId] === 'undefined') {
|
if(typeof this.state.editionList[pieceId] === 'undefined') {
|
||||||
return (
|
return (
|
||||||
<span className="glyph-ascribe-spool-chunked ascribe-color spin"/>
|
<span className="glyph-ascribe-spool-chunked spin"/>
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
@ -89,7 +89,7 @@ let AccordionListItemEditionWidget = React.createClass({
|
|||||||
else if(numEditions === 0) {
|
else if(numEditions === 0) {
|
||||||
return (
|
return (
|
||||||
<button className={classNames('btn', 'btn-default', 'btn-xs', this.props.className)}>
|
<button className={classNames('btn', 'btn-default', 'btn-xs', this.props.className)}>
|
||||||
Creating Editions <span className="glyph-ascribe-spool-chunked ascribe-color spin"/>
|
Creating Editions <span className="glyph-ascribe-spool-chunked spin"/>
|
||||||
</button>
|
</button>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -346,3 +346,9 @@ hr {
|
|||||||
0% { transform: rotate(0deg); }
|
0% { transform: rotate(0deg); }
|
||||||
100% { transform: rotate(360deg);}
|
100% { transform: rotate(360deg);}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-default {
|
||||||
|
.glyph-ascribe-spool {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user