diff options
Diffstat (limited to 'media')
-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; |