diff --git a/base.css b/base.css index 2bd1397..17cb179 100644 --- a/base.css +++ b/base.css @@ -230,3 +230,9 @@ div[data-role="controlgroup"] a[data-role="button"] { .innerCardFooterClear { background-color: transparent !important; } + +/*Theme slider marker style*/ +.sliderMarker { + width: 3px; + border-radius: 2px; +}