diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/txt/ayashii.css | 1 | ||||
-rw-r--r-- | static/css/txt/bbs.css | 9 |
2 files changed, 7 insertions, 3 deletions
diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css index a2d1835..e4c3343 100644 --- a/static/css/txt/ayashii.css +++ b/static/css/txt/ayashii.css @@ -48,7 +48,6 @@ button { border-color: #fff #000 #000 #fff; background: #ddd; color: #000; - padding: 0 8px; } #main_nav, #banner { diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index c7fa759..83d1148 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -67,16 +67,21 @@ input[type="submit"], input[type="button"], button { border: 1px outset #ddd; - background: #eee; + background: #e0e0e0; color: #333; padding: 3px 1em; } +input[type="submit"], +input[type="button"], +button { + background: #e8e8e8; +} input[type="submit"]:active, input[type="button"]:active, input[type="button"].active, button:active { color: #111; - background: #ccc; + background: #bbb; border-style: inset; } #banner { |