[vlc-commits] lua http: fix menu selection style

Francois Cartegnie git at videolan.org
Tue Jun 14 16:07:01 CEST 2011


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Jun 14 15:01:01 2011 +0200| [28474ebf3c17c27d4b43e7a663834d740af0a6a9] | committer: Francois Cartegnie

lua http: fix menu selection style

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=28474ebf3c17c27d4b43e7a663834d740af0a6a9
---

 share/lua/http/style.css |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/share/lua/http/style.css b/share/lua/http/style.css
index 681efc1..1e43a82 100644
--- a/share/lua/http/style.css
+++ b/share/lua/http/style.css
@@ -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 {



More information about the vlc-commits mailing list