From 387ea03272bfe24a5387b40830b13f42b5d72ce6 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 12 Apr 2007 00:40:25 +0000 Subject: [PATCH] changed color of interface button as suggested by Clavdia fixed visualization of subscriber log --- template/show_subscription_log.cs | 2 +- www-data/default.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/template/show_subscription_log.cs b/template/show_subscription_log.cs index dd54f70..34406d9 100644 --- a/template/show_subscription_log.cs +++ b/template/show_subscription_log.cs @@ -27,7 +27,7 @@ var:html_escape(Lang.Misc.SubscribeActions.manual) ?> diff --git a/www-data/default.css b/www-data/default.css index 2aac29a..d534c33 100644 --- a/www-data/default.css +++ b/www-data/default.css @@ -149,12 +149,12 @@ button, select { cursor: pointer; } #top form button { border-color: #ef2929; border-style: groove; - background-color: #f57900; + background-color: #edd400; margin-left: 3px; } #top form button:hover { - background-color: #fcaf3e; + background-color: #fce94f; }