summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-29 18:43:14 +0400
committerAndrew Dolgov <[email protected]>2014-01-29 18:43:14 +0400
commitc34bc41a9b0fb9a7ff26f2fd5f59dd9a487b428d (patch)
tree29a395de05aee1ec12e079425038cfca45b5f912 /css
parent013507bff4fc5f30e80b77335a042ccd6ae4e391 (diff)
fix some feedtree wobbling caused by expandoicon (wtf), do not use semibold font on feedtree
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 7207a7d54..8bd44ffc7 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -1009,8 +1009,7 @@ body#ttrssMain #feedTree {
height : 100%;
overflow-x : hidden;
text-rendering: optimizelegibility;
- font-family : "Segoe WP Semibold", "Segoe UI Semibold",
- "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+ font-family : "Segoe UI Web", "Segoe UI", "Helvetica Neue",
Helvetica, Arial, sans-serif;
}
@@ -1049,10 +1048,6 @@ span.highlight {
color : #cc90cc;
}
-/* body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
- display : none;
-} */
-
div.enclosure_title {
}
@@ -1061,6 +1056,13 @@ body#ttrssMain #headlines-frame .dijitCheckBox {
border-width : 0px;
}
+body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
+ width : 16px;
+ height : 16px;
+ vertical-align : middle;
+ position : relative;
+}
+
:focus {
outline: none;
}