diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -2184,16 +2184,6 @@ div#overview { display: block !important; } -.navbar-caret { - margin-top: -2px; - display: inline-block; -} - -.navbar-caret:after { - font-family: 'kallithea'; - content: ' \23f7'; /* triangle-down */ -} - #context-bar .select2-container .select2-choice .select2-chosen, nav.navbar #quick .select2-container .select2-choice .select2-chosen { margin-right: 0; @@ -2212,10 +2202,10 @@ nav.navbar #quick .select2-container .se .branch-switcher .select2-container, .branch-switcher .select2-choice, -.branch-switcher .select2-choice span, +.branch-switcher .select2-choice > span, .repo-switcher .select2-container, .repo-switcher .select2-choice, -.repo-switcher .select2-choice span { +.repo-switcher .select2-choice > span { background: transparent !important; border: 0 !important; box-shadow: none !important; diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -136,9 +136,9 @@