|
@@ -23,22 +23,17 @@
|
|
|
.hue-scrollbar-x-rail {
|
|
.hue-scrollbar-x-rail {
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
z-index: 1039;
|
|
z-index: 1039;
|
|
|
- padding: 2px;
|
|
|
|
|
- background-color: @cui-gray-050;
|
|
|
|
|
- border: 1px solid @cui-purple-gray-050;
|
|
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ background-color: transparent;
|
|
|
&>.hue-scrollbar-x {
|
|
&>.hue-scrollbar-x {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- background-color: @cui-gray-400;
|
|
|
|
|
- -webkit-border-radius: 5px;
|
|
|
|
|
- -moz-border-radius: 5px;
|
|
|
|
|
|
|
+ background-color: @cui-gray-300;
|
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
- .hue-linear-transition(background-color);
|
|
|
|
|
- height: 8px;
|
|
|
|
|
|
|
+ border: 1px solid @cui-white;
|
|
|
|
|
+ height: 7px;
|
|
|
z-index: 1039;
|
|
z-index: 1039;
|
|
|
- }
|
|
|
|
|
- &:hover {
|
|
|
|
|
- &>.hue-scrollbar-x {
|
|
|
|
|
- background-color: @cui-gray-700;
|
|
|
|
|
|
|
+ &:hover {
|
|
|
|
|
+ background-color: @cui-gray-500;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|