mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-25 04:52:10 +00:00
fix tabs
This commit is contained in:
parent
79a8fb1d54
commit
7ee65d3c92
1 changed files with 3 additions and 3 deletions
6
user.css
6
user.css
|
|
@ -427,11 +427,11 @@ html.sidebar-hide-text .GlueDropTarget span {
|
|||
}
|
||||
|
||||
.progress-bar:not(:active) .x-progressBar-progressBarBg > div:first-child > div {
|
||||
transition: transform 0.2s ease;
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
.progress-bar:not(:active) .progress-bar__slider {
|
||||
transition: left 0.2s ease;
|
||||
transition: left 0.2s ease;
|
||||
}
|
||||
|
||||
.minimal-player .player-controls__buttons {
|
||||
|
|
@ -598,7 +598,7 @@ li.GlueDropTarget {
|
|||
}
|
||||
|
||||
.playback-bar:active .prog-tooltip {
|
||||
opacity: 1;
|
||||
opacity: 1;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue