diff options
Diffstat (limited to 'src/client/views/nodes/button')
| -rw-r--r-- | src/client/views/nodes/button/FontIconBox.scss | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/src/client/views/nodes/button/FontIconBox.scss b/src/client/views/nodes/button/FontIconBox.scss index 079c767b9..e3e2be515 100644 --- a/src/client/views/nodes/button/FontIconBox.scss +++ b/src/client/views/nodes/button/FontIconBox.scss @@ -278,6 +278,21 @@                  background-color: #e3e3e3;                  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);                  border-radius: $standard-border-radius; +                input[type=range]::-webkit-slider-runnable-track { +                    background: gray; +                    height: 3px; +                } +                input[type=range]::-webkit-slider-thumb { +                    box-shadow: 1px 1px 1px #000000; +                    border: 1px solid #000000; +                    height: 10px; +                    width: 10px; +                    border-radius: 5px; +                    background: #FFFFFF; +                    cursor: pointer; +                    -webkit-appearance: none; +                    margin-top: -4px; +                }              }          } | 
