diff options
| author | bobzel <zzzman@gmail.com> | 2020-11-06 15:26:21 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-11-06 15:26:21 -0500 |
| commit | e1c3de993d9e858901cf8712383bf8a204440795 (patch) | |
| tree | d932f9b26f1334bf1c9de0bff9ce32badcd4504b /src/client/views/nodes/PresBox.scss | |
| parent | 24d2da070fbac9d950bae0eff6cdf4137d9b5305 (diff) | |
| parent | cecbf1d57412c0db3b0165f2e180fb5924a29ba8 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
| -rw-r--r-- | src/client/views/nodes/PresBox.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss index a89bc73c6..de2aee8fa 100644 --- a/src/client/views/nodes/PresBox.scss +++ b/src/client/views/nodes/PresBox.scss @@ -131,7 +131,6 @@ $light-background: #ececec; position: relative; display: inline; font-family: Roboto; - color: black; z-index: 100; transition: 0.7s; @@ -512,6 +511,7 @@ $light-background: #ececec; background-color: $light-background; border: solid 1px rgba(0, 0, 0, 0.5); display: flex; + color: black; margin-top: 5px; margin-bottom: 5px; border-radius: 5px; @@ -572,6 +572,7 @@ $light-background: #ececec; border-radius: 5px; font-size: 10; height: 25; + color: black; padding-left: 5px; align-items: center; margin-top: 5px; @@ -1053,6 +1054,7 @@ $light-background: #ececec; .presPanel-button:hover { background-color: #5a5a5a; + transform: scale(1.2); } .presPanel-button-text:hover { |
