diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 79a5366e..b4f7e1e4 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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; +} diff --git a/app/assets/stylesheets/tree.scss b/app/assets/stylesheets/tree.scss index 7266df60..4bc87fbb 100644 --- a/app/assets/stylesheets/tree.scss +++ b/app/assets/stylesheets/tree.scss @@ -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; }