diff --git a/static/css/videopdf.css b/static/css/videopdf.css index 23498ef..ac7aca7 100644 --- a/static/css/videopdf.css +++ b/static/css/videopdf.css @@ -5,6 +5,8 @@ padding: 4px; border: 2px solid rgb(255, 255, 255); border-radius: 16px; + background-color: rgba(0, 0, 0, 0.5); + box-shadow: 0 0 2px rgb(0, 0, 0); } .playButton { left: 0; @@ -16,4 +18,7 @@ .editButton { right: 8px; bottom: 8px; +} +.interface { + position: relative; } \ No newline at end of file