diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-06-27 22:13:40 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-06-27 22:13:40 -0400 |
commit | 7df08f2ce3809977c98537db03745a8e423f5f07 (patch) | |
tree | 7449cc64312c7477e6a4bdf10668d93aaba4e56d /media/arch.css | |
parent | e55a937802e61d6aece9e759bf16508575361df2 (diff) |
add delete functionality to todo lists
Diffstat (limited to 'media/arch.css')
-rw-r--r-- | media/arch.css | 4 |
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; |