From a84d94e06c63d6816de538b16e9ede71ddedbfd7 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 9 Sep 2008 01:37:50 +0000 Subject: Bug 433015: The "Remove Event" and "Update/Commit" buttons in editwhines.cgi are too far on the right - Patch by Frédéric Buclin r=pyrzak a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/admin.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'skins') diff --git a/skins/standard/admin.css b/skins/standard/admin.css index 830b39952..184c4961a 100644 --- a/skins/standard/admin.css +++ b/skins/standard/admin.css @@ -94,6 +94,16 @@ td.forbidden { background-color: #811; } +/* Light green color */ +td.set { + background-color: #efe; +} + +/* Light red color */ +td.unset { + background-color: #fee; +} + tr.highlight:hover { background-color: yellow; } -- cgit v1.2.3-24-g4f1b