Skip to content
Snippets Groups Projects
Commit cbea0af2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

custom select styled, tree table no round borders

parent 16427f4c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
@@ -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;
}
}
Loading
Loading
@@ -119,6 +119,7 @@
}
 
#tree-slider {
@include border-radius(0);
.tree-item {
&:hover {
td { background: $hover; }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment