8 lines
113 B
CSS
8 lines
113 B
CSS
|
#loading {
|
||
|
margin: 0 auto;
|
||
|
width: 6em;
|
||
|
}
|
||
|
|
||
|
.done .ms-ListItem-primaryText {
|
||
|
text-decoration: line-through;
|
||
|
}
|