attempt to fix annoying shifting of feedTree elements while hover changes
This commit is contained in:
parent
7d61f11c76
commit
2cf3500e1d
1 changed files with 11 additions and 4 deletions
15
tt-rss.css
15
tt-rss.css
|
@ -787,10 +787,6 @@ div.fatalError textarea {
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree {
|
|
||||||
overflow : visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
#headlines-frame {
|
#headlines-frame {
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
border-color : #88b0f0;
|
border-color : #88b0f0;
|
||||||
|
@ -1028,3 +1024,14 @@ div.hl.active a.title {
|
||||||
#selected_prompt {
|
#selected_prompt {
|
||||||
margin-right : 25px;
|
margin-right : 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#feedTree .dijitTreeRow, #feedTree .dijitTreeNode, #feedTree .dijitFocused {
|
||||||
|
padding : 1px 0px 1px;
|
||||||
|
border-width : 1px;
|
||||||
|
border-color : transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#feedTree {
|
||||||
|
height : 100%;
|
||||||
|
overflow-x : hidden;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue