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; float:left;
width:100%; width:100%;
.readme { .readme {
@include round-borders-all(4px); border:1px solid #ccc;
padding:4px 15px; padding:12px;
background: #F7F7F7; background: #F7F7F7;
} }
} }
@ -119,6 +119,7 @@
} }
#tree-slider { #tree-slider {
@include border-radius(0);
.tree-item { .tree-item {
&:hover { &:hover {
td { background: $hover; } td { background: $hover; }