diff options
author | Eleanor Eng <eleanor_eng@brown.edu> | 2019-02-25 19:31:08 -0500 |
---|---|---|
committer | Eleanor Eng <eleanor_eng@brown.edu> | 2019-02-25 19:31:08 -0500 |
commit | 0e993634b00e7ee0f1119e9df831434ab1cbd0d8 (patch) | |
tree | 84c2e4705ea753077f78d64720a33a92125206d1 /src | |
parent | 8d3ebd1eb393baf37932d021d6da79d46ef96a03 (diff) |
Search fixed
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/ContextMenu.scss | 9 |
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 |