]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
use ubuntu fontset as one of the alternatives for headings
[tt-rss.git] / css / tt-rss.css
index 016d3d5667a2be5e6f9eb74845c481348cb88f14..3fe90bf11b80737855827f832b99d5ea39b7ba55 100644 (file)
@@ -207,7 +207,7 @@ a:hover {
 
 .hl.active div.hlTitle a {
        color : #4684ff;
-       text-shadow : 1px 1px 2px #fff;
+       /* text-shadow : 1px 1px 2px #fff; */
 }
 
 .hl.Selected {
@@ -383,8 +383,7 @@ div.prefHelp {
 span.contentPreview {
        color : #999;
        font-weight : normal;
-       text-shadow : 1px 1px 2px #fff;
-       font-size : 11px;
+       font-size : 12px;
        padding-left : 4px;
 }
 
@@ -1009,7 +1008,7 @@ body#ttrssMain #feedTree {
        height : 100%;
        overflow-x : hidden;
        text-rendering: optimizelegibility;
-       font-family : "Segoe UI Web", "Segoe UI", "Helvetica Neue",
+       font-family : "Segoe UI Web", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -1054,6 +1053,12 @@ div.enclosure_title {
 
 body#ttrssMain #headlines-frame .dijitCheckBox {
        border-width : 0px;
+       opacity : 0.5;
+}
+
+body#ttrssMain #headlines-frame .dijitCheckBoxHover,
+body#ttrssMain #headlines-frame .dijitCheckBoxChecked {
+       opacity : 1;
 }
 
 body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {