diff options
Diffstat (limited to 'src/client/views/ContextMenu.scss')
-rw-r--r-- | src/client/views/ContextMenu.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index 195304b2c..e39b1034a 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -31,6 +31,7 @@ z-index: 1000; box-shadow: #AAAAAA .2vw .2vw .4vw; flex-direction: column; + border: 1px solid #BBBBBBBB; } .contextMenu-item { @@ -54,7 +55,7 @@ color: grey; letter-spacing: 2px; text-transform: uppercase; - padding-right: 10px; + padding-right: 30px; } .contextMenu-item:hover { @@ -66,13 +67,14 @@ } .contextMenu-itemSelected { - background: rgb(136, 136, 136) + background: lightgoldenrodyellow; + border-style: none; } .contextMenu-group { // width: 11vw; //10vw height: 30px; //2vh - background: lightgoldenrodyellow; + background: lightgray; display: flex; //comment out to allow search icon to be inline with search text justify-content: left; align-items: center; |