aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/amber.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-30 04:33:10 -0300
committerLibravatar Choom 2023-01-09 17:53:50 -0300
commit65fd303962d7744a5268db83a72fe66c7378565a (patch)
tree423403211c6006ed9eeaf101f8856ace78e81ffe /static/css/txt/amber.css
parentb7e1bbd2c15961f3871e02cb3657cecc5f72b45f (diff)
downloadweabot-65fd303962d7744a5268db83a72fe66c7378565a.tar.gz
weabot-65fd303962d7744a5268db83a72fe66c7378565a.tar.xz
weabot-65fd303962d7744a5268db83a72fe66c7378565a.zip
Devolviendo previews
Diffstat (limited to 'static/css/txt/amber.css')
-rw-r--r--static/css/txt/amber.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/txt/amber.css b/static/css/txt/amber.css
index 4f471c9..a7a1fc8 100644
--- a/static/css/txt/amber.css
+++ b/static/css/txt/amber.css
@@ -71,6 +71,7 @@ hr {
input,
button {
font-family: monospace;
+ vertical-align: middle;
}
input,
input[type="submit"],
@@ -91,6 +92,7 @@ select:focus {
}
input[type="submit"]:active,
input[type="button"]:active,
+input[type="button"].active,
button:active {
background: #f9690e;
border-style: solid;
@@ -134,7 +136,6 @@ button:active {
}
.mainpage .postform {
border-top: 1px solid #f9690e;
- margin: 0;
padding: 1em 0 1em 40px;
}
.formpad {
@@ -142,7 +143,6 @@ button:active {
}
form .msg {
border: 1px dotted #f9690e;
- background: #000;
color: #f9690e;
}
#q-p {
@@ -167,6 +167,6 @@ form .msg {
}
@media (max-width: 600px) {
.mainpage .postform {
- padding: 8px;
+ padding: 4px;
}
}