From 7df08f2ce3809977c98537db03745a8e423f5f07 Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Fri, 27 Jun 2008 22:13:40 -0400 Subject: add delete functionality to todo lists --- media/arch.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media/arch.css') diff --git a/media/arch.css b/media/arch.css index e411ff5..76e2066 100644 --- a/media/arch.css +++ b/media/arch.css @@ -224,11 +224,11 @@ hr { border: none; border-top: 1px solid #46494d; } -.greybox input, button, textarea, select { +.greybox input, .greybox button, .greybox textarea, .greybox select { background: #e1e3e6; border: 1px solid #8faecd; } -.box input, button { +.box input, .box button { padding: 2px; background: #c1c3f6; font-size: x-small; -- cgit v1.2.3-24-g4f1b