comparison 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
comparison
equal deleted inserted replaced
240:a565ce2facc0 241:86055ccf69c3
1241 border-radius: 5px; 1241 border-radius: 5px;
1242 background: none repeat scroll 0% 0% rgb(135, 179, 255); 1242 background: none repeat scroll 0% 0% rgb(135, 179, 255);
1243 border: 1px dashed rgb(35,79,255); 1243 border: 1px dashed rgb(35,79,255);
1244 } 1244 }
1245 1245
1246 /* Popup (context) menu */
1247
1248 .popupMenuItem {
1249 cursor: pointer;
1250 border-radius: 5px;
1251 }