mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
fix triple-pane theme
This commit is contained in:
@@ -9,10 +9,8 @@ function themeBeforeLayout() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function themeAfterLayout() {
|
function themeAfterLayout() {
|
||||||
if ($("content-insert")) {
|
|
||||||
$("headlines-toolbar").setStyle({
|
$("headlines-toolbar").setStyle({
|
||||||
'border-right-width': '1px',
|
'border-width': '1px 1px 0px 0px',
|
||||||
'border-color': '#88b0f0',
|
'border-color': '#88b0f0',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
@@ -278,12 +278,12 @@ function init() {
|
|||||||
|
|
||||||
dojo.require("fox.FeedTree");
|
dojo.require("fox.FeedTree");
|
||||||
|
|
||||||
dojo.parser.parse();
|
|
||||||
|
|
||||||
if (typeof themeBeforeLayout == 'function') {
|
if (typeof themeBeforeLayout == 'function') {
|
||||||
themeBeforeLayout();
|
themeBeforeLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dojo.parser.parse();
|
||||||
|
|
||||||
dojo.addOnLoad(function() {
|
dojo.addOnLoad(function() {
|
||||||
updateFeedList();
|
updateFeedList();
|
||||||
closeArticlePanel();
|
closeArticlePanel();
|
||||||
|
|||||||
Reference in New Issue
Block a user