diff options
| author | bobzel <zzzman@gmail.com> | 2021-08-01 22:43:48 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-08-01 22:43:48 -0400 |
| commit | 077723a6863bbb537756180450bdf9addeec021a (patch) | |
| tree | 6655fe862a38dc85e32fc7dcc9d3e052f410d23f /src/client/views/AntimodeMenu.scss | |
| parent | 0546ecf205b7d2b76f341a7157beebf95fb888a8 (diff) | |
| parent | b1361eec6d3f554d4927931c339b5c169b9a54a7 (diff) | |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src/client/views/AntimodeMenu.scss')
| -rw-r--r-- | src/client/views/AntimodeMenu.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/AntimodeMenu.scss b/src/client/views/AntimodeMenu.scss index 0e3ac4716..8a0e5480e 100644 --- a/src/client/views/AntimodeMenu.scss +++ b/src/client/views/AntimodeMenu.scss @@ -6,7 +6,8 @@ z-index: 10001; height: $antimodemenu-height; background: $dark-gray; - box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25); + border-bottom: $standard-border; + // box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25); // border-radius: 0px 6px 6px 6px; display: flex; |
