Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
2
.select2-container--bootstrap .select2-selection,
3
.select2-container--bootstrap.select2-container--focus .select2-selection,
4
.select2-container--bootstrap.select2-container--open .select2-selection {
5
    -webkit-box-shadow: none;
6
    box-shadow: none;
7
}
8
 
9
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
10
    cursor: pointer;
11
    display: inline-block;
12
    font-weight: 700;
13
    margin-right: 3px;
14
}
15
 
16
.select2-container--bootstrap .select2-results__group {
17
    display: block;
18
    font-size: 12px;
19
    white-space: nowrap;
20
    font-weight: 600;
21
    font-family: $font-family-primary;
22
}
23
 
24
.select2-container--bootstrap .select2-selection {
25
    font-family: $font-family-primary;
26
}
27
 
28
.modal-open .select2-dropdown {
29
    z-index: $zindex-modal + 10;
30
}
31
 
32
.modal-open .select2-close-mask {
33
    z-index: $zindex-modal + 5;
34
}
35
 
36
.modal-open .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
37
    width: auto !important;
38
}
39
 
40
.select2-result-repository {
41
  padding-top: 4px;
42
  padding-bottom: 3px; }
43
  .select2-result-repository__avatar {
44
    float: left;
45
    width: 60px;
46
    margin-right: 10px; }
47
    .select2-result-repository__avatar img {
48
      width: 100%;
49
      height: auto;
50
      border-radius: 2px; }
51
  .select2-result-repository__meta {
52
    margin-left: 70px; }
53
  .select2-result-repository__title {
54
    color: black;
55
    font-weight: bold;
56
    word-wrap: break-word;
57
    line-height: 1.1;
58
    margin-bottom: 4px; }
59
  .select2-result-repository__forks, .select2-result-repository__stargazers {
60
    margin-right: 1em; }
61
  .select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
62
    display: inline-block;
63
    color: #aaa;
64
    font-size: 11px; }
65
  .select2-result-repository__description {
66
    font-size: 13px;
67
    color: #777;
68
    margin-top: 4px; }
69
  .select2-results__option--highlighted .select2-result-repository__title {
70
    color: white; }
71
  .select2-results__option--highlighted .select2-result-repository__forks, .select2-results__option--highlighted .select2-result-repository__stargazers, .select2-results__option--highlighted .select2-result-repository__description, .select2-results__option--highlighted .select2-result-repository__watchers {
72
    color: #c1d7e9; }
73
 
74
 
75
.select2-selection__choice {
76
    background-color: #eee !important;
77
    border: 1px solid #eee !important;
78
 
79
    .select2-selection__choice__remove {
80
      font-weight: normal !important;
81
    }
82
}