|
|
@@ -38,6 +38,21 @@
|
|
|
@import "components/hue-wizard.less";
|
|
|
@import "hue-helpers.less";
|
|
|
|
|
|
+
|
|
|
+::-webkit-scrollbar {
|
|
|
+ width: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+::-webkit-scrollbar-track {
|
|
|
+ opacity: 0;
|
|
|
+}
|
|
|
+
|
|
|
+::-webkit-scrollbar-thumb {
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid @cui-white;
|
|
|
+ background-color: @cui-gray-200;
|
|
|
+}
|
|
|
+
|
|
|
body {
|
|
|
background-color: @cui-white;
|
|
|
}
|