mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-08 16:01:33 +00:00
use css nth-child instead of old even/odd class hacks for normal mode
This commit is contained in:
20
tt-rss.css
20
tt-rss.css
@@ -187,17 +187,12 @@ a:hover {
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
.hl.even.Grayed {
|
||||
background : #f0f0f0;
|
||||
.hl.Grayed {
|
||||
color : #909090;
|
||||
border-width : 0px 0px 1px 0px;
|
||||
border-style : solid;
|
||||
border-color : #c0c0c0;
|
||||
border-collapse : collapse;
|
||||
}
|
||||
|
||||
.hl.odd.Grayed {
|
||||
color : #909090;
|
||||
#headlines-frame div.hl:nth-child(even) {
|
||||
background : #f0f0f0;
|
||||
}
|
||||
|
||||
.hl {
|
||||
@@ -210,15 +205,6 @@ a:hover {
|
||||
background : #ecf4ff ! important;
|
||||
}
|
||||
|
||||
.hl.even {
|
||||
background : #f0f0f0;
|
||||
border-collapse : collapse;
|
||||
}
|
||||
|
||||
.hl.odd {
|
||||
background : white;
|
||||
}
|
||||
|
||||
div.filterTestHolder {
|
||||
height : 300px;
|
||||
overflow : auto;
|
||||
|
||||
Reference in New Issue
Block a user