mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 09:25:57 +00:00
misc fixes for Opera
This commit is contained in:
@@ -494,6 +494,8 @@ function popupHelp(tid) {
|
|||||||
|
|
||||||
function hideOrShowFeeds(doc, hide) {
|
function hideOrShowFeeds(doc, hide) {
|
||||||
|
|
||||||
|
if (!doc.styleSheets) return;
|
||||||
|
|
||||||
var css_rules = doc.styleSheets[0].cssRules;
|
var css_rules = doc.styleSheets[0].cssRules;
|
||||||
|
|
||||||
if (!css_rules || !css_rules.length) return;
|
if (!css_rules || !css_rules.length) return;
|
||||||
|
|||||||
@@ -163,8 +163,8 @@ ul.feedList li.feedCat a:hover {
|
|||||||
|
|
||||||
ul.feedCatList {
|
ul.feedCatList {
|
||||||
list-style-type : none;
|
list-style-type : none;
|
||||||
margin : 0px;
|
margin : 0px 0px 0px 20px;
|
||||||
padding : 0px 0px 0px 10px;
|
padding : 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.feedCatList li {
|
ul.feedCatList li {
|
||||||
|
|||||||
Reference in New Issue
Block a user