mirror of
https://github.com/flarum/framework.git
synced 2025-03-04 04:32:10 +08:00
Make scrubber handle have transparent background (#2222)
This commit is contained in:
parent
2c0856d030
commit
2fef79f31a
@ -2,7 +2,7 @@
|
|||||||
& a {
|
& a {
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
color: @muted-color;
|
color: @muted-color;
|
||||||
|
|
||||||
& .fa {
|
& .fa {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user