mirror of https://github.com/calzoneman/sync.git
Prevent borders on <iframe> in custom media
This commit is contained in:
parent
0d3d3b4d7d
commit
91fd44808e
|
@ -343,3 +343,7 @@ body {
|
|||
#sc_volume .ui-slider-handle {
|
||||
border-color: rgb(255, 195, 0);
|
||||
}
|
||||
|
||||
#ytapiplayer, #ytapiplayer > iframe {
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue