mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
remove popup from prod (as its in alpha dev)
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
.range-slider{
|
||||
margin: 20px;
|
||||
appearance: none;
|
||||
outline: none;
|
||||
width: 150px;
|
||||
height: 3px;
|
||||
border-radius: 5px;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
.range-slide::-webkit-slider-runnable-track{
|
||||
background-color: #4BD663 !important;
|
||||
}
|
||||
.range-slider::-webkit-slider-thumb {
|
||||
background: #fafafa;
|
||||
appearance: none;
|
||||
box-shadow: 1px 2px 26px 1px #bdbdbd;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
Reference in New Issue
Block a user