From 925aac2f32d8aa425aa19e33c322dde7c4b72ff5 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 1 Apr 2016 10:29:42 -0700 Subject: [PATCH] Default values for thread watcher icon and menu text size so they aren't broken by special stylesheets. --- src/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/style.css b/src/css/style.css index a4afebec7..a22bfb58d 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -936,6 +936,7 @@ span.hide-announcement { opacity: 0.2; position: relative; top: 1px; + background-image: url("data:image/svg+xml,"); } .watch-thread-link.watched { opacity: 1; @@ -1749,6 +1750,7 @@ a:only-of-type > .remove { min-width: 70px; text-align: left; text-shadow: none; + font-size: 10pt; } .left>.entry.has-submenu { padding-right: 17px !important;