diff public/libervia.css @ 241:86055ccf69c3

browser_side: added class PopupMenuPanel to manage more complex context menu
author souliane <souliane@mailoo.org>
date Tue, 15 Oct 2013 13:36:51 +0200
parents 9b078380dacf
children a25aa882e09a
line wrap: on
line diff
--- a/public/libervia.css	Tue Oct 15 13:39:21 2013 +0200
+++ b/public/libervia.css	Tue Oct 15 13:36:51 2013 +0200
@@ -1243,3 +1243,9 @@
     border: 1px dashed rgb(35,79,255);
 }
 
+/* Popup (context) menu */
+
+.popupMenuItem {
+    cursor: pointer;
+    border-radius: 5px;
+}