Skip to content

Commit

Permalink
feat(WIP): harmonize slider styles
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Dec 20, 2024
1 parent 43c2b4a commit a11613c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions elements/jsonform/src/style.eox.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,26 @@ export const styleEOX = `
tc-range-slider{
display: block;
margin: 0.5rem 0;
--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;
}
.je-header {
display: flex;
Expand Down

0 comments on commit a11613c

Please sign in to comment.