summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-06-27 22:13:40 -0400
committerDusty Phillips <buchuki@gmail.com>2008-06-27 22:13:40 -0400
commit7df08f2ce3809977c98537db03745a8e423f5f07 (patch)
tree7449cc64312c7477e6a4bdf10668d93aaba4e56d /media
parente55a937802e61d6aece9e759bf16508575361df2 (diff)
downloadarchweb-7df08f2ce3809977c98537db03745a8e423f5f07.tar.gz
archweb-7df08f2ce3809977c98537db03745a8e423f5f07.zip
add delete functionality to todo lists
Diffstat (limited to 'media')
-rw-r--r--media/arch.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/arch.css b/media/arch.css
index e411ff5e..76e20669 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;