aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bios.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/bios.css
parentb7e1bbd2c15961f3871e02cb3657cecc5f72b45f (diff)
downloadweabot-65fd303962d7744a5268db83a72fe66c7378565a.tar.gz
weabot-65fd303962d7744a5268db83a72fe66c7378565a.tar.xz
weabot-65fd303962d7744a5268db83a72fe66c7378565a.zip
Devolviendo previews
Diffstat (limited to 'static/css/txt/bios.css')
-rw-r--r--static/css/txt/bios.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/txt/bios.css b/static/css/txt/bios.css
index e15c912..5264906 100644
--- a/static/css/txt/bios.css
+++ b/static/css/txt/bios.css
@@ -38,6 +38,7 @@ button {
}
input[type="submit"]:active,
input[type="button"]:active,
+input[type="button"].active,
button:active,
select:focus {
background: #000;
@@ -162,7 +163,6 @@ a:focus .name {
}
.lastposts {
border-top: 1px solid #fff;
- border-bottom: 1px solid #fff;
color: #00a;
padding: 0.5em;
}
@@ -176,6 +176,10 @@ a:focus .name {
border: 1px solid #fff;
padding: 0.5em;
}
+.threadpage .postform {
+ border-top: 1px solid #fff;
+ padding-top: 0.5em;
+}
form .msg {
border: 3px double #fff;
}
@@ -184,4 +188,4 @@ form .msg {
}
#threads th, #threads td {
border-bottom: 1px solid;
-} \ No newline at end of file
+}