mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
better play button styles
This commit is contained in:
parent
2f38234372
commit
600718546d
2 changed files with 13 additions and 1 deletions
|
@ -57,6 +57,18 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.detailTable .btnPlay {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.detailTable .btnPlay:hover {
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
.tabletColumn {
|
||||
display: table-cell;
|
||||
|
|
|
@ -237,7 +237,7 @@
|
|||
|
||||
html += '<tr>';
|
||||
|
||||
html += '<td><button type="button" data-role="none" style="border:0;padding:0;margin:0;background:none;" onclick="LibraryBrowser.showPlayMenu(this, \'' + item.Id + '\', \'Audio\');"><img src="css/images/media/playCircle.png" style="height: 16px;"></button></td>';
|
||||
html += '<td><button class="btnPlay" type="button" data-role="none" onclick="LibraryBrowser.showPlayMenu(this, \'' + item.Id + '\', \'Audio\');"><img src="css/images/media/playCircle.png" style="height: 20px;"></button></td>';
|
||||
|
||||
var num = item.IndexNumber;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue