]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
daemon2: fix removing of pids from ctimes array
[tt-rss.git] / tt-rss.css
index fc42bb0adb5248790e1471c0e46a72c717bc9580..809c540846efa6b818d193ac45fa73afa5e7e0b3 100644 (file)
@@ -101,6 +101,12 @@ div.postReply span.author {
        font-size : 12px;
 }
 
+ul.feedList span.feedlink:hover {
+       cursor : pointer;
+       color : #4684ff;
+}
+
+
 ul.feedList img.hlLoading {
        margin-left : 5px;
        vertical-align : middle;
@@ -112,7 +118,6 @@ ul.feedList {
        margin : 5px 5px 5px 0px;
        padding : 0px 0px 0px 5px;
        font-size : 12px;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
 }
 
 ul.feedList li.feedCat, ul.feedList li.virtCat {
@@ -175,24 +180,24 @@ li.tagUnread {
        font-weight : bold;
 }
 
-li.errorSelected a,
-li.error a,
-li.errorUnread a,
-li.errorUnreadSelected a {
+li.errorSelected span.feedlink,
+li.error span.feedlink,
+li.errorUnread span.feedlink,
+li.errorUnreadSelected span.feedlink {
        color : #f04040;
 }
 
-li.feedSelected a,
-li.labelSelected a,
-li.virtSelected a,
-li.tagSelected a {
+li.feedSelected span.feedlink,
+li.labelSelected span.feedlink,
+li.virtSelected span.feedlink,
+li.tagSelected span.feedlink {
        color : #4684ff;
 }
 
-li.feedUnreadSelected a,
-li.labelUnreadSelected a,
-li.virtUnreadSelected a,
-li.tagUnreadSelected a {
+li.feedUnreadSelected span.feedlink,
+li.labelUnreadSelected span.feedlink,
+li.virtUnreadSelected span.feedlink,
+li.tagUnreadSelected span.feedlink {
        color : #4684ff;
 }
 
@@ -323,7 +328,7 @@ input.editbox {
 
 #dispSwitch {
        font-size : 12px;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
+       font-family : "Lucida Grande", Arial, sans-serif;
        text-align : right;
        float : right;
        margin : 5px 5px 0px 0px;
@@ -654,7 +659,7 @@ div.prefsTab {
        margin : 0px 0px 0px 5px;
        padding : 3px 5px 3px 5px;
        font-size : 12px;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
+       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
        min-width : 100px;
        text-align : center;
@@ -673,7 +678,7 @@ div.prefsTabSelected {
        padding : 3px 5px 3px 5px;
        background-color : #ecf4ff;
        font-size : 12px;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
+       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
        font-weight : bold;
        min-width : 100px;
@@ -779,7 +784,7 @@ div.headlinesSubToolbar {
        right : 0px;
        background-color : white;
        font-size : 11px;
-       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
+       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
        color : gray;
 }
 
@@ -1368,8 +1373,8 @@ div.whiteBox {
 
 #feeds-holder {
        border-width : 1px 1px 0px 0px;
-       border-style : dotted solid;
-       border-color : #88b0f0;
+       border-style : solid solid;
+       border-color : #C4D1E4 #88b0f0;
        top : 40px;
        left : 0px;
        position : absolute;
@@ -1577,12 +1582,6 @@ div.return a:hover {
        right : 2px;
 }
 
-a.feedUpdErrLink {
-       color : #ff0000;
-       display : block;
-       margin-bottom : 0.5em;
-}
-
 .catCtrHasUnread, .feedCtrHasUnread {
        font-weight : bold;
        color : #707070;
@@ -1664,10 +1663,6 @@ div.topLinks a.feedback {
        color : #009900;
 }
 
-div.dashboard {
-       margin-left : 3px;
-}
-
 a.visibleLink {
        color : #4684ff;
 }
@@ -1893,10 +1888,6 @@ div.dlgButtons {
        clear : both;
 }
 
-div#label_test_result {
-       clear : both;
-}
-
 pre, code {
        font-size : 12px;
        font-family : monospace;
@@ -2043,9 +2034,8 @@ div#offlineModeDrop {
 }
 
 optgroup {
-       color : #5050aa;
+       color : #4684ff;
        font-style : normal;
-
 }
 
 option {
@@ -2083,7 +2073,7 @@ div#auxDlg {
        background-color : #fff7d5;
        color : black;
        text-align : center;
-       font-size : 11px;
+       font-size : 13px;
 }
 
 div#auxDlg a {