summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-06-02 01:00:29 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-06-02 01:00:29 +0300
commitcbea0af2907d9bff641ce3cd215594dfb6a2ab94 (patch)
tree58f14a57ce9ff93c7c31ab0e4628ec03a6469af3
parent16427f4c40073474ce7563edc70dd1e8e1b22a68 (diff)
downloadgitlab-ce-cbea0af2907d9bff641ce3cd215594dfb6a2ab94.tar.gz
custom select styled, tree table no round borders
-rw-r--r--app/assets/stylesheets/common.scss9
-rw-r--r--app/assets/stylesheets/tree.scss5
2 files changed, 12 insertions, 2 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index 79a5366e483..b4f7e1e493c 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 7266df603f5..4bc87fbb016 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; }