]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
optimize loading of external libraries a bit
[tt-rss.git] / tt-rss.css
index 2d152b04976375f111da93e60d940245dc34ff48..99cd9958bf24d6ef894e2002b8702ffa50f2c2be 100644 (file)
@@ -184,7 +184,6 @@ a:hover {
 
 .even.Unread.Selected {
        background : #fff7d5 ! important;
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e7d796;
@@ -192,7 +191,6 @@ a:hover {
 
 .odd.Unread.Selected {
        background : #fff7d5 ! important;
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e7d796;
@@ -244,7 +242,6 @@ a:hover {
 
 .even.Unread {
        background : #f0f0f0;
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
@@ -252,7 +249,6 @@ a:hover {
 }
 
 .odd.Unread {
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
@@ -1193,3 +1189,7 @@ span.collapseBtn {
 div.postContent p {
        max-width : 650px;
 }
+
+.Unread div.hlTitle {
+       font-weight : bold;
+}