diff options
| author | amy <[email protected]> | 2023-02-27 20:47:08 +0000 |
|---|---|---|
| committer | amy <[email protected]> | 2023-02-27 20:47:08 +0000 |
| commit | 003893771641ca175a5453c3c1a81de83f0decc5 (patch) | |
| tree | 7c8dd0f70cc7ec0df6f63d9b2685975e7a502762 /src/display.css | |
| parent | 2d8ae90132169d228c805b801ad340e91d1a428a (diff) | |
woah i did stuff
Diffstat (limited to 'src/display.css')
| -rw-r--r-- | src/display.css | 9 |
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 |
