Skip to content
Snippets Groups Projects
Commit c34bc41a authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

fix some feedtree wobbling caused by expandoicon (wtf), do not use semibold font on feedtree

parent 013507bf
No related branches found
No related tags found
No related merge requests found
...@@ -1009,8 +1009,7 @@ body#ttrssMain #feedTree { ...@@ -1009,8 +1009,7 @@ body#ttrssMain #feedTree {
height : 100%; height : 100%;
overflow-x : hidden; overflow-x : hidden;
text-rendering: optimizelegibility; text-rendering: optimizelegibility;
font-family : "Segoe WP Semibold", "Segoe UI Semibold", font-family : "Segoe UI Web", "Segoe UI", "Helvetica Neue",
"Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
Helvetica, Arial, sans-serif; Helvetica, Arial, sans-serif;
} }
...@@ -1049,10 +1048,6 @@ span.highlight { ...@@ -1049,10 +1048,6 @@ span.highlight {
color : #cc90cc; color : #cc90cc;
} }
/* body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
display : none;
} */
div.enclosure_title { div.enclosure_title {
} }
...@@ -1061,6 +1056,13 @@ body#ttrssMain #headlines-frame .dijitCheckBox { ...@@ -1061,6 +1056,13 @@ body#ttrssMain #headlines-frame .dijitCheckBox {
border-width : 0px; border-width : 0px;
} }
body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
width : 16px;
height : 16px;
vertical-align : middle;
position : relative;
}
:focus { :focus {
outline: none; outline: none;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment