Default values for thread watcher icon and menu text size so they aren't broken by special stylesheets.

This commit is contained in:
ccd0 2016-04-01 10:29:42 -07:00
parent 3150c95536
commit 925aac2f32

View File

@ -936,6 +936,7 @@ span.hide-announcement {
opacity: 0.2;
position: relative;
top: 1px;
background-image: url("data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(0,0,0)' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>");
}
.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;