From 88bb0683faf132836f7d7a81e5da23d49f357c97 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Thu, 24 Feb 2011 13:37:37 +0100 Subject: Adding more color to the buttons --- wik/wik.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wik/wik.css') diff --git a/wik/wik.css b/wik/wik.css index ba03cc9..decc4ac 100644 --- a/wik/wik.css +++ b/wik/wik.css @@ -307,9 +307,9 @@ body { } #content .submit { width: 100px; - border-right: 1px solid #cacaca; - border-bottom: 1px solid #cacaca; - background: #eee; + border: 1px solid #808080; + background: #ccc; + color: #000; } #content textarea { border-right: 1px solid #cacaca; -- cgit v1.2.3