Skip to content

Commit

Permalink
feat(WIP): update itemfilter slide style
Browse files Browse the repository at this point in the history
  • Loading branch information
radupasparuga committed Dec 20, 2024
1 parent a11613c commit 69d7f73
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions elements/itemfilter/src/style.eox.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,21 @@ tc-range-slider {
margin-left: 8px;
margin-right: 8px;
--width: 100%;
--height: 6px;
--panel-bg: #d7dcdf;
--panel-bg-hover: #d7dcdf;
--panel-bg-fill: #2c3e50;
--pointer-bg: #2c3e50;
--pointer-bg-hover: #00416f;
--pointer-bg-focus: #00416f;
--pointer-width: 15px;
--pointer-height: 15px;
--pointer-shadow: none;
--pointer-shadow-hover: none;
--pointer-shadow-focus: none;
--pointer-border: none;
--pointer-border-hover: 0;
--pointer-border-focus: 0;
}
.range-before,
.range-after {
Expand Down

0 comments on commit 69d7f73

Please sign in to comment.