]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
Remove apostrophs from boolean values when editing feeds in batch
[tt-rss.git] / tt-rss.css
index e72fae0ad5f0fef58d14c0994915fa256226b689..7a0ef8bbbdccbda234a42be80c4e2dda2860d329 100644 (file)
@@ -585,7 +585,7 @@ span.contentPreview:hover {
 
 span.hlLabelRef {
        background-color : #fff7d5;     
-       font-height : 8px;
+       font-size : 8px;
        color : #063064;
        font-weight : normal;
        margin : 0px 3px 0px 3px;
@@ -1064,7 +1064,7 @@ span.labelColorIndicator {
        height : 14px;
        width : 14px;
        line-height : 14px;
-       font-height : 9px;
+       font-size : 9px;
        display : inline-block;
        border : 1px solid black;
        background-color : #fff7d5;     
@@ -1076,7 +1076,7 @@ span.labelColorIndicator {
 span.labelColorIndicator2 {
        height : 14px;
        width : 14px;
-       font-height : 9px;
+       font-size : 9px;
        display : inline-block;
        border : 1px solid black;
        background-color : #fff7d5;     
@@ -1153,7 +1153,6 @@ div.hlRight img {
 
 span.hlUpdated {
        color : gray;
-       font-weight : medium;
        min-width : 100px;
        display : table-cell;
        width : 100%;
@@ -1161,7 +1160,6 @@ span.hlUpdated {
        padding-top : 4px;
        padding-bottom : 4px;
        text-align : right;
-
 }
 
 div.hlLeft input {
@@ -1409,3 +1407,7 @@ a.bookmarklet {
        padding : 1em;
        color : gray;
 }
+
+td.error { 
+       color : red;
+}