aboutsummaryrefslogtreecommitdiff
path: root/static/css/dickgirl.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dickgirl.css')
-rw-r--r--static/css/dickgirl.css11
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