]> git.sesse.net Git - vlc/blobdiff - share/http/style.css
Fix windows browser bug: first directory or filename character was removed.
[vlc] / share / http / style.css
index 85b7242ed97ec28a36f608af17e13e5c856cd4e0..bd5c672109fb296325939a8c111644c981821043 100644 (file)
@@ -224,9 +224,6 @@ div.controls button.off {
 
 div.menubtn {
        display: inline;
-       position: absolute;
-       margin-top: 2px;
-       font-size: 0.70em;
 }
 
 div.menu {
@@ -241,8 +238,13 @@ div.menu {
 
 div.menu button {
        background: transparent;
+}
+div.menu button.menuout {
        border: 1px solid transparent;
 }
+div.menu button.menuover {
+        border: 1px solid #000;
+}
 
 div.popup img.close {
        position: absolute;