aboutsummaryrefslogtreecommitdiff
path: root/static/css/dickgirl.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/dickgirl.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/dickgirl.css')
-rw-r--r--static/css/dickgirl.css17
1 files changed, 7 insertions, 10 deletions
diff --git a/static/css/dickgirl.css b/static/css/dickgirl.css
index b2f6b07..cfa92a7 100644
--- a/static/css/dickgirl.css
+++ b/static/css/dickgirl.css
@@ -42,24 +42,21 @@ hr {
background: #a0c8de;
color: #2c4c0b;
}
-input,
-input[type="text"],
-textarea,
-select {
- border: 1px inset #4c6c88;
-}
input[type="submit"],
input[type="button"],
button {
- background: #a4a4e0;
- color: #2c4c0b;
- border: 1px outset #4c6c88;
- padding: 2px 1em;
+ 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: 1px inset #4c6c88;
}
input[type="file"] {