]> git.sesse.net Git - vlc/commitdiff
lua http: fix menu selection style
authorFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 14 Jun 2011 13:01:01 +0000 (15:01 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 14 Jun 2011 14:05:38 +0000 (16:05 +0200)
share/lua/http/style.css

index 681efc151f1a919cfd1abcd43b5660d69a055faf..1e43a8241cabc3848d3467b6d85e38b44888a510 100644 (file)
@@ -236,19 +236,22 @@ div.menu {
        display: none;
 }
 
+/* FIXME: still some div.menu > button around ? */
 div.menu div,
 div.menu button {
     background: transparent;
+    cursor: pointer;
+    white-space: nowrap;
 }
 
-div.menu div.menuout,
 div.menu button.menuout {
        border: 1px solid transparent;
 }
 
 div.menu div.menuover,
 div.menu button.menuover {
-        border: 1px solid #000;
+    background: #000;
+    color: #fff;
 }
 
 div.popup img.close {