[SSE] Fix styles for moving of tabs in statusbar
This commit is contained in:
parent
34b7f1a7cd
commit
e194c371da
|
@ -241,11 +241,11 @@
|
||||||
|
|
||||||
&.mousemove {
|
&.mousemove {
|
||||||
> a {
|
> a {
|
||||||
background: linear-gradient(to right, @black, @gray-light 1px);
|
background: linear-gradient(to right, #49795d, @gray-light 3px);
|
||||||
}
|
}
|
||||||
&.right {
|
&.right {
|
||||||
> a {
|
> a {
|
||||||
background: linear-gradient(to left, @black, @gray-light 1px);
|
background: linear-gradient(to left, #49795d, @gray-light 3px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue