Commit cbea0af2 authored by randx's avatar randx

custom select styled, tree table no round borders

parent 16427f4c
...@@ -901,3 +901,12 @@ li.note { ...@@ -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 @@ ...@@ -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 @@ ...@@ -119,6 +119,7 @@
} }
#tree-slider { #tree-slider {
@include border-radius(0);
.tree-item { .tree-item {
&:hover { &:hover {
td { background: $hover; } td { background: $hover; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment