diff options
| author | bobzel <zzzman@gmail.com> | 2021-08-30 10:00:18 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-08-30 10:00:18 -0400 |
| commit | 584926578067f023b52c7754e65bc289f2a745e6 (patch) | |
| tree | 4f769bf5951b302f41e7ccd764fa48a4e30c351c /src/client/views/nodes/button/FontIconBox.scss | |
| parent | d4143fcd43c31999761e47536a01a7e2427ae891 (diff) | |
fixed width slider to have min of 1, not 0. made default ink color black.
Diffstat (limited to 'src/client/views/nodes/button/FontIconBox.scss')
| -rw-r--r-- | src/client/views/nodes/button/FontIconBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/button/FontIconBox.scss b/src/client/views/nodes/button/FontIconBox.scss index 8de97ea89..b080f1dab 100644 --- a/src/client/views/nodes/button/FontIconBox.scss +++ b/src/client/views/nodes/button/FontIconBox.scss @@ -169,6 +169,7 @@ height: fit-content; color: black; top: 100%; + left: 0; z-index: 21; background-color: #e3e3e3; box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3); |
