aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-16 13:00:18 -0800
committerfriendica <info@friendica.com>2013-11-16 13:00:18 -0800
commit3f9eb41e762772c9eda42e8ba2c3e75eced37685 (patch)
treee8c5358a2d7b2574e9681145734e585225f187b9 /view
parent766529b78ed1adeee0ae829847d8f04da6e0e78b (diff)
downloadvolse-hubzilla-3f9eb41e762772c9eda42e8ba2c3e75eced37685.tar.gz
volse-hubzilla-3f9eb41e762772c9eda42e8ba2c3e75eced37685.tar.bz2
volse-hubzilla-3f9eb41e762772c9eda42e8ba2c3e75eced37685.zip
more of a light&fresh look
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css6
-rw-r--r--view/theme/redbasic/php/style.php4
2 files changed, 7 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 741c795a1..07a838f0b 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -63,6 +63,10 @@ input {
font-size: $body_font_size;
}
+input[type="submit"] {
+ background-color: #F8F8F8;
+}
+
code {
font-family: Courier, monospace;
display: block;
@@ -169,7 +173,7 @@ nav #site-location {
.info-message {
font-size: 1.1em;
border: 1px solid #444;
- background-color: #ccc;
+ background-color: #F0F0F0;
padding: 10px;
-moz-border-radius: $radiuspx;
border-radius: $radiuspx;
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index a45482be8..515356cb6 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -66,11 +66,11 @@
if (! $banner_colour)
$banner_colour = "fff";
if (! $bgcolour)
- $bgcolour = "#f8f8f8";
+ $bgcolour = "#fdfdfd";
if (! $background_image)
$background_image ='';
if (! $item_colour)
- $item_colour = "#f8f8f8";
+ $item_colour = "#fdfdfd";
if (! $toolicon_colour)
$toolicon_colour = '#777777';
if (! $toolicon_activecolour)