mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Updates to UI, Update NLog to 4.4.12
This commit is contained in:
@@ -25,25 +25,23 @@
|
||||
}
|
||||
|
||||
.bar {
|
||||
top: 6px;
|
||||
top: 9px;
|
||||
margin: 0 5px;
|
||||
height: 10px;
|
||||
border: 1px solid $sliderAccentColor;
|
||||
border-radius: 4px;
|
||||
height: 3px;
|
||||
background-color: $sliderAccentColor;
|
||||
box-shadow: 0 0 0 #000;
|
||||
|
||||
&:nth-child(odd) {
|
||||
background-color: $white;
|
||||
background-color: #ddd;
|
||||
}
|
||||
}
|
||||
|
||||
.handle {
|
||||
top: 1px;
|
||||
z-index: 0 !important;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border: 1px solid $sliderAccentColor;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border: 3px solid $sliderAccentColor;
|
||||
border-radius: 50%;
|
||||
background-color: $white;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user