summaryrefslogtreecommitdiff
path: root/www/static/browser.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/static/browser.css')
-rw-r--r--www/static/browser.css13
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; }