From 3f9eb41e762772c9eda42e8ba2c3e75eced37685 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 16 Nov 2013 13:00:18 -0800 Subject: more of a light&fresh look --- view/theme/redbasic/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'view/theme/redbasic/css') 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; -- cgit v1.2.3