aboutsummaryrefslogtreecommitdiff
path: root/src/display.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/display.css')
-rw-r--r--src/display.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/display.css b/src/display.css
index ff70443..2c39ac3 100644
--- a/src/display.css
+++ b/src/display.css
@@ -356,4 +356,11 @@
background-color: rgba(0, 0, 0, 0);
border: none;
border-radius: 0;
- } \ No newline at end of file
+ }
+
+.context-menu-root{
+ padding:5px 15px 5px 15px;
+ background-color: #bbb;
+ z-index:3;
+ user-select: none;
+} \ No newline at end of file