From 2f0f906782cd36c7474c93ab9728846a7d2549bd Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Wed, 18 Jun 2014 20:05:19 +0200 Subject: Made Context Menu non transparent Added copy to clipboard Made contextmenu items visible for logged in users only --- www/static/browser.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'www/static/browser.css') diff --git a/www/static/browser.css b/www/static/browser.css index d2c45fe..817da0b 100644 --- a/www/static/browser.css +++ b/www/static/browser.css @@ -65,6 +65,7 @@ Menu margin: 10px; display:inline-block; text-align: center; + cursor: pointer; } .logout-item-link{ @@ -206,3 +207,15 @@ label{ margin-right: 10px; cursor: pointer; } + +/*Context Menu*/ +#context-menu{ + box-shadow: 1px 1px 1px 1px #1F3D4C; + background-color: white; +} + +.context-menu-item{ + cursor: pointer; +} + +#copy-link.zeroclipboard-is-hover { background: #CCCCCC; } -- cgit v1.2.3