diff options
Diffstat (limited to 'static/css/txt')
-rw-r--r-- | static/css/txt/futanari.css | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css index ebb3035..f7f25e1 100644 --- a/static/css/txt/futanari.css +++ b/static/css/txt/futanari.css @@ -36,24 +36,33 @@ h3 { margin-top: 0; } input, -input[type="submit"], -input[type="button"], input[type="text"], textarea, -button, select { - border: 1px solid #4c6c88; + border-top: 1px solid #333; + border-left: 1px solid #333; + border-bottom: 1px solid #ccc; + border-right: 1px solid #ccc; } input[type="submit"], input[type="button"], button { - background: #a4a4e0; - color: #2c4c0b; + background: #53a9dd; + color: #343b4d; + border-top: 1px solid #85c8ff; + border-left: 1px solid #85c8ff; + border-bottom: 1px solid #40607c; + border-right: 1px solid #40607c; } input[type="submit"]:active, input[type="button"]:active, button:active { background: #7979a5; + color: #191d25; + border-top: 1px solid #40607c; + border-left: 1px solid #40607c; + border-bottom: 1px solid #85c8ff; + border-right: 1px solid #85c8ff; } input[type="file"] { border: none; @@ -208,5 +217,4 @@ form .msg { .end { margin: 1em 0 0; } -} - +}
\ No newline at end of file |