1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 03:45:57 +00:00

infobox-based feed category editor

This commit is contained in:
Andrew Dolgov
2006-10-04 06:40:00 +01:00
parent c93d8e07fe
commit 9c4837460c
6 changed files with 275 additions and 26 deletions

View File

@@ -315,6 +315,10 @@ tr.title td a:hover {
color : #5050aa;
}
div.prefFeedCatHolder {
border : 1px solid #c0c0c0;
}
table.prefFeedList td.feedEditCat {
font-size : large;
border-color : #c0c0c0;

View File

@@ -125,15 +125,16 @@ div.postReply > div.postHeader {
}
.evenGrayed, .evenGrayed td {
background-color : white;
color : #909090;
border-width : 1px 0px 1px 0px;
border-style : solid;
border-color : #ebebeb;
background-color : #f9f9f9;
color : gray;
border-width : 1px 0px 1px 0px;
border-style : solid;
border-color : #ebebeb;
}
.oddGrayed {
color : #909090;
color : gray;
background-color : #f9f9f9;
}
.even, .even td {
@@ -218,6 +219,10 @@ li.tagUnreadSelected a {
color : gray;
}
div.prefFeedCatHolder {
border : 1px solid #999999;
}
table.prefFeedList td.feedEditCat {
font-weight : bold;
border-width : 0px 0px 1px 0px;