diff --git a/theme/woodden/style.css b/theme/woodden/style.css index 006da547d..4b5ad5841 100644 --- a/theme/woodden/style.css +++ b/theme/woodden/style.css @@ -150,6 +150,9 @@ html{ .menubutton.active{ box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 133, 255, 0.4) 0 0 0 2px, rgba(0, 133, 255, 1) 0 0 5px !important; } +.videonode.menubutton.extension>.caption>.menubutton.active{ + box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px !important; +} .themebutton{ box-shadow: rgba(0, 0, 0, 0.45) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px !important; }