prefs: show feed errors in feedlist, infobox coloring fixes

This commit is contained in:
Andrew Dolgov
2007-05-14 06:51:18 +01:00
parent 442d77f1cc
commit 365f95dc87
3 changed files with 16 additions and 3 deletions
+6 -2
View File
@@ -521,7 +521,7 @@ div.infoBoxContents td {
}
div.infoBoxContents a {
color : #4684ff;
color : #527040;
}
div.infoBoxContents a:hover {
@@ -655,6 +655,10 @@ table.innerLoginForm td {
padding : 3px 3px 5px 3px;
}
span.feed_error {
color : red;
}
span.insensitive, div.insensitive {
color : gray;
}
@@ -921,7 +925,7 @@ ul.feedErrorsList {
height : 300px;
overflow : auto;
list-style-type : none;
border : 1px solid #88b0f0;
border : 1px solid #99d67a;
background-color : white;
margin : 0px 0px 5px 0px;
padding : 0px;