提交 cbea0af2 编写于 作者: R randx

custom select styled, tree table no round borders

上级 16427f4c
......@@ -901,3 +901,12 @@ li.note {
}
}
/* CHZN reset few styles */
.chzn-container-single .chzn-single {
background:#eee;
border: 1px solid #ccc;
}
.chzn-container-active .chzn-single {
background:#fff;
}
......@@ -7,8 +7,8 @@
float:left;
width:100%;
.readme {
@include round-borders-all(4px);
padding:4px 15px;
border:1px solid #ccc;
padding:12px;
background: #F7F7F7;
}
}
......@@ -119,6 +119,7 @@
}
#tree-slider {
@include border-radius(0);
.tree-item {
&:hover {
td { background: $hover; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册