| 1 |
#fv_player_players_table table.fixed { |
| 2 |
table-layout: unset; |
| 3 |
} |
| 4 |
#id { min-width: 6em } |
| 5 |
#embeds { min-width: 7em } |
| 6 |
|
| 7 |
.fv_player_splash_list_preview { height: 72px; margin: 0 5px 2px 0; display: inline; float: left; position: relative; cursor: pointer; |
| 8 |
display: flex; |
| 9 |
align-items: safe center; |
| 10 |
} |
| 11 |
.fv_player_splash_list_preview img { height: 72px; object-fit: contain; width: 128px } |
| 12 |
.fv_player_splash_list_preview span {display: none; color: #fff; position: absolute; left: 0; right: 0; text-align: center; text-shadow: 0 0 5px black, 0 0 5px black } |
| 13 |
.fv_player_splash_list_preview:hover span {display: block; } |
| 14 |
.fv_player_splash_list_preview.fv_player_list_preview_no_splash { width: 128px; background-color: #000; } |
| 15 |
.fv_player_splash_list_preview.fv_player_list_preview_no_splash:before { content: "\0025B6"; display: block; font-size: 3em; width: 100%; text-align: center } |
| 16 |
.fv_player_splash_list_preview.fv_player_list_preview_no_splash span {display: block} |
| 17 |
|
| 18 |
.fv-player-remove, .fv-player-remove:hover, .fv-player-remove-confirm, .fv-player-remove-confirm:hover {color: #ff0000} |
| 19 |
|
| 20 |
td.column-shortcode { padding-right: 0 } |
| 21 |
.column-shortcode { width: 10em } |
| 22 |
.column-shortcode input { width: 100% } |