aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/futanari.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-11 17:04:08 -0300
committerLibravatar Choom 2022-12-11 17:21:55 -0300
commitb241a4aff893e9fcba10422cb1993bf71578ec03 (patch)
tree2018df01c8e4cb6ed5034add5a517a1775d5c072 /static/css/txt/futanari.css
parentca961bd970b30a9602538172744fb8b1dd1764c0 (diff)
downloadweabot-b241a4aff893e9fcba10422cb1993bf71578ec03.tar.gz
weabot-b241a4aff893e9fcba10422cb1993bf71578ec03.tar.xz
weabot-b241a4aff893e9fcba10422cb1993bf71578ec03.zip
Cambiando botones
Cambiando botones Cambiando botones Cambiando botones
Diffstat (limited to 'static/css/txt/futanari.css')
-rw-r--r--static/css/txt/futanari.css24
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