diff options
author | bobzel <zzzman@gmail.com> | 2020-07-31 18:37:17 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-07-31 18:37:17 -0400 |
commit | 982e2d8ebf4a3aed32443c8d23bb5a8ed01b0e5e (patch) | |
tree | 981e83a7e33f6e968cc4376dea9dbdf82a6ca9b8 /src | |
parent | c71d7fa4f84149bcb62246d50e06bfd1481365bc (diff) |
fixed color picker
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/collectionFreeForm/FormatShapePane.scss | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/client/views/collections/collectionFreeForm/FormatShapePane.scss b/src/client/views/collections/collectionFreeForm/FormatShapePane.scss index 010beb836..d49ab27fb 100644 --- a/src/client/views/collections/collectionFreeForm/FormatShapePane.scss +++ b/src/client/views/collections/collectionFreeForm/FormatShapePane.scss @@ -27,13 +27,15 @@ position: absolute; } -.sketch-picker { - background: #323232; - width: 160px !important; - height: 80% !important; - - .flexbox-fit { +.btn-group-palette { + .sketch-picker { background: #323232; + width: 160px !important; + height: 80% !important; + + .flexbox-fit { + background: #323232; + } } } |