53 lines
765 B
SCSS
53 lines
765 B
SCSS
@import "client/common";
|
|
|
|
#open-jam-track-dialog {
|
|
table.open-jam-tracks {
|
|
tbody {
|
|
tr:hover {
|
|
background-color: #777;
|
|
cursor:pointer;
|
|
}
|
|
|
|
tr[data-local-state=MISSING], tr[data-local-state=PARTIALLY_MISSING] {
|
|
background-color:#777;
|
|
color:#aaa;
|
|
}
|
|
}
|
|
}
|
|
|
|
.downloaded-jamtrack-help {
|
|
margin-left:15px;
|
|
}
|
|
|
|
.right {
|
|
margin-right:10px;
|
|
}
|
|
|
|
.help-links {
|
|
text-align: center;
|
|
position: absolute;
|
|
margin: 0 auto;
|
|
width: 70%;
|
|
left: 15%;
|
|
font-size: 12px;
|
|
padding-top:5px;
|
|
z-index:0;
|
|
margin-top:-18px;
|
|
|
|
a {
|
|
margin:0 10px;
|
|
}
|
|
}
|
|
|
|
.paginator-holder {
|
|
padding-top:3px;
|
|
}
|
|
|
|
.recording-wrapper {
|
|
height:290px;
|
|
overflow:auto;
|
|
|
|
}
|
|
}
|
|
|