mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
29 lines
No EOL
529 B
Text
29 lines
No EOL
529 B
Text
.fvOff,.fvOn{
|
|
display:inline-block;
|
|
position:relative;
|
|
top:8px;
|
|
width:18px;
|
|
height:18px;
|
|
background-color:transparent;
|
|
background-size:18px 18px;
|
|
overflow:hidden;
|
|
text-indent:-1000px;
|
|
border:0;
|
|
.nodescription>& {
|
|
top: -1px;
|
|
}
|
|
}
|
|
.__simpleView .fvOff,.__simpleView .fvOn{
|
|
top:0;
|
|
}
|
|
.fvOff{
|
|
background-image: data-uri('images/star-empty.svg');
|
|
}
|
|
.fvOn{
|
|
background-image: data-uri('images/star-fill.svg');
|
|
}
|
|
.x_table.x_table-striped.x_table-hover.dsTg tr {
|
|
th:first-child, td:first-child {
|
|
text-align: center;
|
|
}
|
|
} |