summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/style.css')
-rw-r--r--data/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index d6542477..7221459f 100644
--- a/data/style.css
+++ b/data/style.css
@@ -599,7 +599,7 @@ div.vnimg p {
.vndesc p {
padding: 0 0 0 5px;
}
-img#nsfw_hid {
+p#nsfw_hid {
display: none;
cursor: pointer;
}
@@ -746,6 +746,8 @@ a.addnew {
#jt_box_vn_rel td.tc_rel select { width: 130px; }
#ds_box {
+ position: absolute;
+ top: -500px;
border: 1px solid $border$;
border-top: none;
background-color: $secbg$;
@@ -1210,4 +1212,6 @@ svg .edge polygon.border { fill: $border$ }
svg .nodebg { fill: $tabbg$; stroke: $tabbg$ }
svg text { fill: $maintext$ }
svg .edge text { font: 8px "Tahoma" }
+#graph_current .border { stroke: $warnborder$ }
+#graph_current .nodebg { stroke: $warnborder$; fill: $warnbg$ }