limit #feedtree styling
This commit is contained in:
parent
2f0623c9a5
commit
dda1d9b122
2 changed files with 74 additions and 74 deletions
File diff suppressed because one or more lines are too long
146
css/tt-rss.less
146
css/tt-rss.less
|
@ -809,6 +809,79 @@ body.ttrss_main {
|
||||||
background : #f5f5f5;
|
background : #f5f5f5;
|
||||||
box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
|
box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
|
||||||
-webkit-overflow-scrolling : touch;
|
-webkit-overflow-scrolling : touch;
|
||||||
|
|
||||||
|
#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
|
||||||
|
font-weight : bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#feedTree .dijitTreeRow.Error .dijitTreeLabel {
|
||||||
|
color : red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#feedTree.dijitTree .dijitTreeNode .dijitTreeRowSelected {
|
||||||
|
box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
|
||||||
|
border-right-color : white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#feedTree.dijitTree .dijitTreeContainer {
|
||||||
|
max-width : 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#feedTree.dijitTree .dijitTreeRow {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
#feedTree.dijitTree .dijitTreeNode .dijitTreeRow {
|
||||||
|
padding : 4px 0px 4px;
|
||||||
|
border-width : 1px;
|
||||||
|
color : #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
#feedTree.dijitTree img.tinyFeedIcon {
|
||||||
|
position : relative;
|
||||||
|
top : -2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#feedTree {
|
||||||
|
height : 100%;
|
||||||
|
overflow-x : hidden;
|
||||||
|
text-rendering: optimizelegibility;
|
||||||
|
font-family : @fonts-ui;
|
||||||
|
|
||||||
|
.counterNode.aux {
|
||||||
|
background : #f0f0f0;
|
||||||
|
color : #999;
|
||||||
|
border-color : #f0f0f0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.counterNode {
|
||||||
|
font-weight : bold;
|
||||||
|
display : inline-block;
|
||||||
|
font-size : 9px;
|
||||||
|
text-align : center;
|
||||||
|
border : 1px solid @color-accent;
|
||||||
|
color : white;
|
||||||
|
background : @color-accent;
|
||||||
|
border-radius : 4px;
|
||||||
|
vertical-align : middle;
|
||||||
|
float : right;
|
||||||
|
position : relative;
|
||||||
|
line-height : 14px;
|
||||||
|
margin-right : 8px;
|
||||||
|
margin-top : 2px;
|
||||||
|
min-width : 23px;
|
||||||
|
height : 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dijitTreeNode .loadingExpando {
|
||||||
|
left : -3px;
|
||||||
|
height : 22px;
|
||||||
|
position : relative;
|
||||||
|
top : -3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#headlines-wrap-inner {
|
#headlines-wrap-inner {
|
||||||
|
@ -876,14 +949,6 @@ body.ttrss_main {
|
||||||
-webkit-overflow-scrolling : touch;
|
-webkit-overflow-scrolling : touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
|
|
||||||
font-weight : bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
#feedTree .dijitTreeRow.Error .dijitTreeLabel {
|
|
||||||
color : red;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.feedIcon, img.tinyFeedIcon {
|
img.feedIcon, img.tinyFeedIcon {
|
||||||
width : 16px;
|
width : 16px;
|
||||||
height : 16px;
|
height : 16px;
|
||||||
|
@ -991,31 +1056,6 @@ body.ttrss_main {
|
||||||
vertical-align : middle;
|
vertical-align : middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree.dijitTree .dijitTreeNode .dijitTreeRowSelected {
|
|
||||||
box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
|
|
||||||
border-right-color : white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#feedTree.dijitTree .dijitTreeContainer {
|
|
||||||
max-width : 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#feedTree.dijitTree .dijitTreeRow {
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
|
|
||||||
#feedTree.dijitTree .dijitTreeNode .dijitTreeRow {
|
|
||||||
padding : 4px 0px 4px;
|
|
||||||
border-width : 1px;
|
|
||||||
color : #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
#feedTree.dijitTree img.tinyFeedIcon {
|
|
||||||
position : relative;
|
|
||||||
top : -2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#filterDlg_feeds select {
|
#filterDlg_feeds select {
|
||||||
height : 150px;
|
height : 150px;
|
||||||
width : 410px;
|
width : 410px;
|
||||||
|
@ -1025,46 +1065,6 @@ body.ttrss_main {
|
||||||
margin-right : 5px;
|
margin-right : 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree {
|
|
||||||
height : 100%;
|
|
||||||
overflow-x : hidden;
|
|
||||||
text-rendering: optimizelegibility;
|
|
||||||
font-family : @fonts-ui;
|
|
||||||
|
|
||||||
.counterNode.aux {
|
|
||||||
background : #f0f0f0;
|
|
||||||
color : #999;
|
|
||||||
border-color : #f0f0f0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.counterNode {
|
|
||||||
font-weight : bold;
|
|
||||||
display : inline-block;
|
|
||||||
font-size : 9px;
|
|
||||||
text-align : center;
|
|
||||||
border : 1px solid @color-accent;
|
|
||||||
color : white;
|
|
||||||
background : @color-accent;
|
|
||||||
border-radius : 4px;
|
|
||||||
vertical-align : middle;
|
|
||||||
float : right;
|
|
||||||
position : relative;
|
|
||||||
line-height : 14px;
|
|
||||||
margin-right : 8px;
|
|
||||||
margin-top : 2px;
|
|
||||||
min-width : 23px;
|
|
||||||
height : 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dijitTreeNode .loadingExpando {
|
|
||||||
left : -3px;
|
|
||||||
height : 22px;
|
|
||||||
position : relative;
|
|
||||||
top : -3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
span.highlight {
|
span.highlight {
|
||||||
background-color : #ffff00;
|
background-color : #ffff00;
|
||||||
color : #cc90cc;
|
color : #cc90cc;
|
||||||
|
|
Loading…
Reference in a new issue