Changeset - 354adbe687a3
[Not reviewed]
default
0 2 0
Thomas De Schampheleire - 8 years ago 2017-09-29 20:20:03
thomas.de.schampheleire@gmail.com
style: less'en select2 styles

Some steps towards the version of kallithea-select2.less prepared by Dominik
Ruf.
2 files changed with 23 insertions and 25 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -1510,15 +1510,11 @@ nav.navbar #quick .select2-container .se
 
  height: 100%;
 
  padding: 0;
 
}
 
.select2-container.form-control {
 
  padding: 0;
 
  border: none;
 
}
 
.branch-switcher .select2-container,
 
.repo-switcher .select2-container,
 
.branch-switcher .select2-choice,
 
.repo-switcher .select2-choice,
 
.branch-switcher .select2-choice > span,
 
.repo-switcher .select2-container,
 
.repo-switcher .select2-choice,
 
.repo-switcher .select2-choice > span {
 
  background: transparent !important;
 
  border: 0 !important;
 
@@ -1529,6 +1525,10 @@ nav.navbar #quick .select2-container .se
 
.repo-switcher .select2-arrow {
 
  display: none !important;
 
}
 
.select2-container.form-control {
 
  padding: 0;
 
  border: none;
 
}
 
.branch-switcher-dropdown.select2-drop.select2-drop-active,
 
.repo-switcher-dropdown.select2-drop.select2-drop-active {
 
  box-shadow: none;
kallithea/public/less/kallithea-select2.less
Show inline comments
 
@@ -2,30 +2,28 @@
 
nav.navbar #quick .select2-container .select2-choice .select2-chosen {
 
  margin-right: 0;
 
}
 
.branch-switcher .select2-choice,
 
.repo-switcher .select2-choice {
 
  height: 100%;
 
  padding: 0;
 
.branch-switcher,
 
.repo-switcher {
 
  .select2-choice {
 
    height: 100%;
 
    padding: 0;
 
  }
 
  .select2-container,
 
  .select2-choice,
 
  .select2-choice > span {
 
    background: transparent !important;
 
    border: 0 !important;
 
    box-shadow: none !important;
 
    color: #FFFFFF !important;
 
  }
 
  .select2-arrow {
 
    display: none !important;
 
  }
 
}
 
.select2-container.form-control {
 
  padding: 0;
 
  border: none;
 
}
 
.branch-switcher .select2-container,
 
.branch-switcher .select2-choice,
 
.branch-switcher .select2-choice > span,
 
.repo-switcher .select2-container,
 
.repo-switcher .select2-choice,
 
.repo-switcher .select2-choice > span {
 
  background: transparent !important;
 
  border: 0 !important;
 
  box-shadow: none !important;
 
  color: #FFFFFF !important;
 
}
 
.branch-switcher .select2-arrow,
 
.repo-switcher .select2-arrow {
 
  display: none !important;
 
}
 
.branch-switcher-dropdown.select2-drop.select2-drop-active,
 
.repo-switcher-dropdown.select2-drop.select2-drop-active {
 
  box-shadow: none;
0 comments (0 inline, 0 general)