diff options
author | Choom | 2022-12-11 05:02:00 -0300 |
---|---|---|
committer | Choom | 2022-12-11 05:18:14 -0300 |
commit | ca961bd970b30a9602538172744fb8b1dd1764c0 (patch) | |
tree | ef55859406b9affaaac2870a1e8e8ef59827d3cf /static/css | |
parent | eca7af008f19505e6170326bf8f4e38b1510f772 (diff) | |
download | weabot-ca961bd970b30a9602538172744fb8b1dd1764c0.tar.gz weabot-ca961bd970b30a9602538172744fb8b1dd1764c0.tar.xz weabot-ca961bd970b30a9602538172744fb8b1dd1764c0.zip |
Actualizando home
Actualizando home
Actualizando home
Actualizando home
Actualizando home
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/dickgirl.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/static/css/dickgirl.css b/static/css/dickgirl.css index c0bfd9a..b2f6b07 100644 --- a/static/css/dickgirl.css +++ b/static/css/dickgirl.css @@ -43,24 +43,24 @@ hr { color: #2c4c0b; } input, -input[type="submit"], -input[type="button"], input[type="text"], textarea, -button, select { - border: 1px solid #4c6c88; + border: 1px inset #4c6c88; } input[type="submit"], input[type="button"], button { background: #a4a4e0; color: #2c4c0b; + border: 1px outset #4c6c88; + padding: 2px 1em; } input[type="submit"]:active, input[type="button"]:active, button:active { background: #7979a5; + border: 1px inset #4c6c88; } input[type="file"] { border: none; @@ -128,5 +128,4 @@ input[type="file"] { background: #286a48; margin: 1em -8px -8px; padding: 8px; -} - +}
\ No newline at end of file |