aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2016-02-21 23:00:12 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2016-02-21 23:00:12 +0100
commit1fcc863298ec2bb4f4e1f4cf240a72a420863445 (patch)
tree0ae4c225806e3b7dfa64b9e176ea78210f83fc68 /view/theme/redbasic/schema
parente37c1ed981056f5a96898b2436b3db70629c5e15 (diff)
downloadvolse-hubzilla-1fcc863298ec2bb4f4e1f4cf240a72a420863445.tar.gz
volse-hubzilla-1fcc863298ec2bb4f4e1f4cf240a72a420863445.tar.bz2
volse-hubzilla-1fcc863298ec2bb4f4e1f4cf240a72a420863445.zip
There was nothing wrong with my pimped pubsites (was another problem). Took the opportunity to update schemas. Plus updated spanish and dutch strings.
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r--view/theme/redbasic/schema/dark.css8
-rw-r--r--view/theme/redbasic/schema/simple_green_on_black.css13
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black.css8
3 files changed, 29 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index 16044b224..6ed2501e1 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -352,3 +352,11 @@ pre {
background-color: inherit;
border: none;
}
+
+.table-striped > tbody > tr:nth-of-type(2n+1), .table-hover > tbody > tr:hover {
+ background-color: #191919;
+}
+
+.table > tbody > tr > td {
+ border-color: #888;
+}
diff --git a/view/theme/redbasic/schema/simple_green_on_black.css b/view/theme/redbasic/schema/simple_green_on_black.css
index 0928c64f3..e6901143b 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.css
+++ b/view/theme/redbasic/schema/simple_green_on_black.css
@@ -202,6 +202,7 @@ a.rconnect, a.rateme, div.rateme {
text-decoration: underline;
background-color: #000;
color: #50f148;
+ border-color: #143D12;
}
aside .nav > li > a:hover, aside .nav > li > a:focus {
@@ -292,3 +293,15 @@ pre {
background-color: inherit;
border: none;
}
+
+.table-striped > tbody > tr:nth-of-type(2n+1) {
+ background-color: #000;
+}
+
+.table-hover > tbody > tr:hover {
+ background-color: #143D12;
+}
+
+.table > tbody > tr > td {
+ border-color: #143D12;
+}
diff --git a/view/theme/redbasic/schema/simple_white_on_black.css b/view/theme/redbasic/schema/simple_white_on_black.css
index 45bdba1cd..a2d024881 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.css
+++ b/view/theme/redbasic/schema/simple_white_on_black.css
@@ -271,3 +271,11 @@ pre {
background-color: inherit;
border: none;
}
+
+.table-striped > tbody > tr:nth-of-type(2n+1), .table-hover > tbody > tr:hover {
+ background-color: #030303;
+}
+
+.table > tbody > tr > td {
+ border-color: #FFF;
+}