mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix progress bar gradient direction
This commit is contained in:
@@ -3310,7 +3310,8 @@ progressbar {
|
||||
progressbar.horizontal progress {
|
||||
margin: 0; }
|
||||
progressbar.vertical progress {
|
||||
margin: 0; }
|
||||
margin: 0;
|
||||
background: linear-gradient(to bottom, #00f17d, #00f7d2); }
|
||||
progressbar:backdrop {
|
||||
box-shadow: none;
|
||||
transition: 200ms ease-out; }
|
||||
@@ -3367,6 +3368,8 @@ scale {
|
||||
scale.vertical trough,
|
||||
scale.vertical progress {
|
||||
min-width: 6px; }
|
||||
scale.vertical highlight {
|
||||
background: linear-gradient(to bottom, #00f17d, #00f7d2); }
|
||||
scale slider {
|
||||
min-height: 15px;
|
||||
min-width: 15px;
|
||||
|
||||
Reference in New Issue
Block a user