1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 23:31:17 +02:00

Make scrubber handle have transparent background (#2222)

This commit is contained in:
Alexander Skvortsov
2020-07-01 17:07:13 -04:00
committed by GitHub
parent 2c0856d030
commit 2fef79f31a

View File

@@ -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;
} }