aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-06 14:51:11 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-06 14:51:11 +0100
commit83c4c5b0950b0804a9e5777405dec9ca940fbac6 (patch)
tree710fd81a07092e40aa00651b4abe45617e619ab8 /view/theme/redbasic/schema
parent29c2223c674a2bc355ebbc6527243d230b45b141 (diff)
downloadvolse-hubzilla-83c4c5b0950b0804a9e5777405dec9ca940fbac6.tar.gz
volse-hubzilla-83c4c5b0950b0804a9e5777405dec9ca940fbac6.tar.bz2
volse-hubzilla-83c4c5b0950b0804a9e5777405dec9ca940fbac6.zip
create schema/dark.css and create a sample
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r--view/theme/redbasic/schema/dark.css13
-rw-r--r--view/theme/redbasic/schema/dark.php2
2 files changed, 13 insertions, 2 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
new file mode 100644
index 000000000..853cd35a3
--- /dev/null
+++ b/view/theme/redbasic/schema/dark.css
@@ -0,0 +1,13 @@
+.vcard {
+ border-bottom: 1px solid #333;
+}
+
+#contact-block {
+ border-bottom: 1px solid #333;
+}
+
+.widget {
+ border-bottom: 1px solid #333;
+}
+
+
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 0203d30cd..3f462a311 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -64,8 +64,6 @@
$toolicon_activecolour = '#fff';
if (! $font_colour)
$font_colour = "#ccc";
- if (! $widget_brdrcolour)
- $widget_brdrcolour = "#333";
if (! $blockquote_colour)
$blockquote_colour = "#ccc";
if (! $blockquote_bgcolour)