diff options
| author | oweissbarth | 2014-06-18 20:05:19 +0200 |
|---|---|---|
| committer | oweissbarth | 2014-06-18 20:05:19 +0200 |
| commit | 2f0f906782cd36c7474c93ab9728846a7d2549bd (patch) | |
| tree | 49f0f43676b83c13f5f7fe7a3e3bc400bcdc9ca4 /www/static | |
| parent | f1b69d4ed410d09b3971f707a95bc63d64bd2129 (diff) | |
| download | files.iamfabulous.de-2f0f906782cd36c7474c93ab9728846a7d2549bd.tar.gz | |
Made Context Menu non transparent
Added copy to clipboard
Made contextmenu items visible for logged in users only
Diffstat (limited to 'www/static')
| -rw-r--r-- | www/static/browser.css | 13 |
1 files changed, 13 insertions, 0 deletions
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; } |
