diff options
| author | bobzel <zzzman@gmail.com> | 2020-10-28 14:48:04 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-10-28 14:48:04 -0400 |
| commit | 2b580e4d8acfa1ce8ddb7a323391ccfb90885117 (patch) | |
| tree | 662174517d85c3f6352088e24cc44af077b4e822 /src/client/views/ContextMenu.scss | |
| parent | 22cefba3ccf1cea2dc3362c070547f2233af4f2a (diff) | |
fixed dark scheme mode for menu, properties view, and minimap button.
Diffstat (limited to 'src/client/views/ContextMenu.scss')
| -rw-r--r-- | src/client/views/ContextMenu.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index 7467bc043..b514de5f2 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -43,7 +43,6 @@ .contextMenu-item { // width: 11vw; //10vw height: 25px; //2vh - background: whitesmoke; display: flex; //comment out to allow search icon to be inline with search text justify-content: left; align-items: center; @@ -58,7 +57,6 @@ // padding: 10px 0px 10px 0px; white-space: nowrap; font-size: 13px; - color: grey; letter-spacing: 2px; text-transform: uppercase; padding-right: 30px; @@ -75,7 +73,6 @@ .contextMenu-description { // width: 11vw; //10vw - background: whitesmoke; display: flex; //comment out to allow search icon to be inline with search text justify-content: left; -webkit-touch-callout: none; @@ -89,7 +86,6 @@ // padding: 10px 0px 10px 0px; white-space: nowrap; font-size: 10px; - color: grey; letter-spacing: 1px; text-transform: uppercase; padding-right: 30px; |
