aboutsummaryrefslogtreecommitdiff
path: root/static/css/kraut.css
diff options
context:
space:
mode:
authorLibravatar Jay 2019-04-08 00:32:28 -0400
committerLibravatar Jay 2019-04-08 00:32:28 -0400
commit235137b4dcdfa1f930b2c6811a1f394e83d12a24 (patch)
tree189046658a9ad80a2b9acdf4d9a061f368e732ba /static/css/kraut.css
parentafb92f007bc4e74b0724a2e5791ce4b7fff1ff6e (diff)
downloadweabot-235137b4dcdfa1f930b2c6811a1f394e83d12a24.tar.gz
weabot-235137b4dcdfa1f930b2c6811a1f394e83d12a24.tar.xz
weabot-235137b4dcdfa1f930b2c6811a1f394e83d12a24.zip
Devolviendo borde a .highlight en IB
Diffstat (limited to 'static/css/kraut.css')
-rw-r--r--static/css/kraut.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/kraut.css b/static/css/kraut.css
index a9e82da..277b2a9 100644
--- a/static/css/kraut.css
+++ b/static/css/kraut.css
@@ -15,7 +15,7 @@ a:hover,a:hover .name,.nav label:hover{color:#922}
.thumb{background:#ddd;border:1px solid #aaa}
.reply .thumb{background:#99b;border:1px solid #aaf}
#q-p{border:1px solid #003099;box-shadow:5px 5px #333}
-.highlight{background:#aac;/*border:2px dashed #448*/}
+.highlight{background:#aac;outline:2px dashed #448}
.managertable td{background:#ddd}
.managertable th{background:#313370;color:#fff}
#catalog .thread:hover{background:#aac;box-shadow:0 0 5px 5px #aac}