main stylesheet cleanups
This commit is contained in:
parent
2e6541f264
commit
6e8c65b824
14
tt-rss.css
14
tt-rss.css
|
@ -317,15 +317,6 @@ a.button {
|
||||||
background-color : #fff7d5;
|
background-color : #fff7d5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
.feedUnreadSelected, .feedSelectedUnread,
|
|
||||||
.virtUnreadSelected, .virtSelectedUnread,
|
|
||||||
.labelUnreadSelected, .labelSelectedUnread {
|
|
||||||
background-color : #e0e0ff;
|
|
||||||
font-weight : bold;
|
|
||||||
} */
|
|
||||||
|
|
||||||
|
|
||||||
.evenGrayed, .evenGrayed td {
|
.evenGrayed, .evenGrayed td {
|
||||||
background-color : #f0f0f0;
|
background-color : #f0f0f0;
|
||||||
color : #909090;
|
color : #909090;
|
||||||
|
@ -361,11 +352,6 @@ a.button {
|
||||||
display : none;
|
display : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
td > input, div > input {
|
|
||||||
border : 1px solid #a0a0a0;
|
|
||||||
} */
|
|
||||||
|
|
||||||
/* preferences */
|
/* preferences */
|
||||||
|
|
||||||
tr.title td {
|
tr.title td {
|
||||||
|
|
Loading…
Reference in New Issue