提交 0bfe205d 编写于 作者: C Catouse

* add scrollbar variables.

上级 ff118ba3
......@@ -695,3 +695,9 @@
@icons-li-width: 30/14em;
@icon-font-file-name: zenicon;
@icon-font-name: ZenIcon;
// SCROLLBAR
// -------------------------
@scrollbar-size: 10px;
@scrollbar-radius: 5px;
// Google scrollbar
::-webkit-scrollbar {
height:11px;
width:11px
height: @scrollbar-size;
width: @scrollbar-size
}
::-webkit-scrollbar-button {
height:0;
......@@ -19,13 +19,14 @@
border-color:transparent
}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal{
background-clip:padding-box;
background-color:#fff;
background-clip: padding-box;
background-color: #fff;
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
background-clip:padding-box;
background-color:rgba(0,0,0,.2);
border-radius: @scrollbar-radius;
min-height:28px;
padding-top:100
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册