aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/views/ContextMenu.scss9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss
index c810aef3e..b7fd60ffb 100644
--- a/src/client/views/ContextMenu.scss
+++ b/src/client/views/ContextMenu.scss
@@ -22,11 +22,12 @@
user-select: none;
transition: all .1s;
border-width: .11px;
+ border-style: none;
border-color: rgb(187, 186, 186);
border-bottom-style: solid;
- border-top-style: none;
padding: 10px;
white-space: nowrap;
+ font-size: 1.5vw;
}
.contextMenu-item:hover {
@@ -38,10 +39,4 @@
font-size: 1.5vw;
text-align: left;
width: 8vw;
-}
-
-#mySearch {
- font-size: 1.5vw;
- border-left-style: none;
- border-right-style: none;
} \ No newline at end of file