mirror of
https://github.com/flarum/core.git
synced 2025-08-01 06:00:24 +02:00
Make scrubber handle have transparent background (#2222)
This commit is contained in:
committed by
GitHub
parent
50a9f7ce86
commit
0b5a9a2fe6
@@ -39,7 +39,7 @@
|
|||||||
.Scrubber-handle {
|
.Scrubber-handle {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background: @body-bg;
|
background: transparent;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user