do not update disabled feeds on "update all"; added prompt and menu item to change...
[korenews.git] / k8style / html / korenews.css
blob32cb4cb578662ec9529af4484b18657483be4f45
1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2 @-moz-document url("chrome://korenews/content/korenews.xul") {
3 .heading { /*margin-bottom: 2px;*/ }
5 .feed-header {
6 color: #ddd !important;
7 background: #333 !important;
10 .feed-tree, .article-tree {
11 background: #222 !important;
14 treechildren::-moz-tree-cell-text(unread) { color: #ff7f00 !important; font-weight: bold !important; }
15 treechildren::-moz-tree-cell-text(delmark) { color: #a40 !important; text-decoration: line-through !important; }
16 treechildren::-moz-tree-cell-text(noupdates) { color: #666 !important; }