Gitlab styled tabs. Better ref selector
This commit is contained in:
parent
560b1ac5f3
commit
aaec545a67
2 changed files with 42 additions and 10 deletions
|
@ -12,35 +12,45 @@
|
|||
width:120px;
|
||||
}
|
||||
|
||||
.project-refs-form .chzn-container {
|
||||
.project-refs-form .chzn-container {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
margin-right: 10px;
|
||||
|
||||
.chzn-drop {
|
||||
.chzn-drop {
|
||||
margin:7px 0;
|
||||
border: 1px solid #CCC;
|
||||
min-width: 300px;
|
||||
min-width: 400px;
|
||||
border: 2px solid $blue_link;
|
||||
@include border-radius(4px);
|
||||
|
||||
.chzn-results {
|
||||
.chzn-results {
|
||||
max-height:300px;
|
||||
|
||||
.group-result {
|
||||
color: $blue_link;
|
||||
}
|
||||
.active-result {
|
||||
&.highlighted {
|
||||
background: $blue_link;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.chzn-search input {
|
||||
min-width:200px;
|
||||
min-width:300px;
|
||||
}
|
||||
}
|
||||
|
||||
.chzn-single {
|
||||
.chzn-single {
|
||||
@include bg-gray-gradient;
|
||||
|
||||
div {
|
||||
div {
|
||||
background:transparent;
|
||||
border-left:none;
|
||||
}
|
||||
|
||||
span {
|
||||
span {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue