changeset 6518:a083ed3a5032

css: additional fixes The fix in 56bce741176f was incorrect, as it robbed the login dialog of its panel styling. Using on .panel-primary instead of #main solves this. Additionally, while the rules deleted in a90acf3a1422 were indeed unused, it didn't actually solve the problem of select2 dropdowns being white on white, due to a separate selector also causing this effect. This should be fixed now.
author Søren Løvborg <sorenl@unity3d.com>
date Tue, 28 Feb 2017 17:04:10 +0100
parents a7271dbefd96
children 95eb0af77407
files kallithea/public/css/style.css
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Wed Feb 22 21:13:37 2017 +0100
+++ b/kallithea/public/css/style.css	Tue Feb 28 17:04:10 2017 +0100
@@ -507,7 +507,7 @@
 }
 
 #content nav.navbar,
-#main > div.panel {
+div.panel-primary {
     clear: both;
     background: #fff;
     margin: 0 0 10px;
@@ -3112,6 +3112,10 @@
     content: ' \23f7';           /* triangle-down */
 }
 
+.select2-choice {
+    color: black !important;
+}
+
 .branch-switcher .select2-choice,
 .repo-switcher .select2-choice {
     padding: 0px 8px 1px !important;