summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorsixcooler <sgaebel@sixcooler.de>2015-06-04 22:15:38 +0200
committersixcooler <sgaebel@sixcooler.de>2015-06-04 22:15:38 +0200
commit4533f392b0e3e459a1ed2c457261338029fd86b9 (patch)
tree41d04ade13332fad890bd2b4e6c15d30705063fb /skins
parentd0aff91f233d8e6ad62dad38b2f26c74a2b4bea1 (diff)
correct the dark themes to show also a dark navbar on searchresults
Diffstat (limited to 'skins')
-rw-r--r--skins/27c3.css2
-rw-r--r--skins/28c3.css2
-rw-r--r--skins/dark-blue.css2
-rw-r--r--skins/dark.css1
-rw-r--r--skins/phosphor.css2
5 files changed, 9 insertions, 0 deletions
diff --git a/skins/27c3.css b/skins/27c3.css
index c7f8f9979..553174c40 100644
--- a/skins/27c3.css
+++ b/skins/27c3.css
@@ -242,6 +242,8 @@ form.search.small h2 {
.hides:hover .hoverShow { background-color: #222222; }
+.navbar-default{background-color:#222222;border-color:#222222}
+
/* Log */
body#ViewLog pre {
diff --git a/skins/28c3.css b/skins/28c3.css
index 76e1cca49..206395a8a 100644
--- a/skins/28c3.css
+++ b/skins/28c3.css
@@ -305,3 +305,5 @@ form dt, dl.pairs dt {
form dd, dl.pairs dd {
background-color:#333333;
}
+
+.navbar-default{background-color:#000;border-color:#000}
diff --git a/skins/dark-blue.css b/skins/dark-blue.css
index 024789aae..5db06555a 100644
--- a/skins/dark-blue.css
+++ b/skins/dark-blue.css
@@ -192,3 +192,5 @@ div.ProgressBarFill {
.snippetLoaded b {
color: #999999;
}
+
+.navbar-default{background-color:#000;border-color:#000}
diff --git a/skins/dark.css b/skins/dark.css
index 3e7697628..79c9720ec 100644
--- a/skins/dark.css
+++ b/skins/dark.css
@@ -56,6 +56,7 @@ a.bookmarkAction { color: #999999; }
.Navigation a { color: #555; }
.Navigation a:hover { color: #777; }
+.navbar-default{background-color:#000;border-color:#000}
.diff { background-color: #171717; }
.diff .unchanged { color: #666; }
diff --git a/skins/phosphor.css b/skins/phosphor.css
index 880fb3118..81c13138e 100644
--- a/skins/phosphor.css
+++ b/skins/phosphor.css
@@ -224,6 +224,8 @@ div.ProgressBarFill {
.hides:hover .hoverShow { background-color: #010; }
+.navbar-default{background-color:#000;border-color:#000}
+
/* Log */
body#ViewLog pre {