|
@@ -32,7 +32,10 @@ ul li {
|
|
-khtml-user-select: none;
|
|
-khtml-user-select: none;
|
|
user-select: none;
|
|
user-select: none;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+*{
|
|
|
|
+ scrollbar-color: rgba(170, 170, 170, .7) rgba(170, 170, 170, .7);
|
|
|
|
+ scrollbar-width: thin;
|
|
|
|
+}
|
|
::-webkit-scrollbar {
|
|
::-webkit-scrollbar {
|
|
width: 7px;
|
|
width: 7px;
|
|
height: 7px;
|
|
height: 7px;
|
|
@@ -220,6 +223,7 @@ ul li {
|
|
font-family: 'iconfont';
|
|
font-family: 'iconfont';
|
|
position: absolute;
|
|
position: absolute;
|
|
right : 5px;
|
|
right : 5px;
|
|
|
|
+ top: 0px;
|
|
}
|
|
}
|
|
.button-run,.bottom-container .bottom-item-toolbar span.button-continue{
|
|
.button-run,.bottom-container .bottom-item-toolbar span.button-continue{
|
|
color: #59A869;
|
|
color: #59A869;
|