custom select styled, tree table no round borders

This commit is contained in:
randx 2012-06-02 01:00:29 +03:00
parent 16427f4c40
commit cbea0af290
2 changed files with 12 additions and 2 deletions

View file

@ -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;
}

View file

@ -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; }