normalize title in front pages, fix filter query in update process
This commit is contained in:
11
tt-rss.css
11
tt-rss.css
@@ -62,11 +62,11 @@ table.main td.footer {
|
||||
background-position : top left;
|
||||
background-repeat : repeat-x;
|
||||
background-color : white;
|
||||
color : black;
|
||||
color : gray;
|
||||
}
|
||||
|
||||
table.main td.footer a {
|
||||
color : black;
|
||||
color : gray;
|
||||
}
|
||||
|
||||
table.main td.footer a:hover {
|
||||
@@ -1198,7 +1198,11 @@ table.loginForm2 .loginBottom {
|
||||
}
|
||||
|
||||
table.loginForm2 .loginBottom a {
|
||||
color : #909090;
|
||||
color : gray;
|
||||
}
|
||||
|
||||
table.loginForm2 .loginBottom a:hover {
|
||||
color : #4684ff;
|
||||
}
|
||||
|
||||
table.loginForm2 .loginError {
|
||||
@@ -1210,4 +1214,3 @@ table.loginForm2 .innerLoginCell {
|
||||
padding-top : 0.5em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user