1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

neon updates; make more icons themeable; misc fixes

This commit is contained in:
Andrew Dolgov
2010-01-14 23:09:23 +03:00
parent ef9cab2339
commit 883fee8df0
24 changed files with 253 additions and 33 deletions

View File

@@ -321,7 +321,13 @@ div.notice {
color : gray;
}
.notify, .notifyInfo, .notifyProgress {
div.error, div.warning {
background : #3c2c4c;
border : 1px solid #404040;
color : #b077ec:;
}
.notify, .notifyInfo, .notifyProgress, .notifyError {
border-color : #b077ec;
background-color : #3c2c4c;
color : gray;
@@ -565,3 +571,8 @@ div.colorPicker {
color : gray;
}
ul.feedErrorsList {
border : 1px solid #404040;
background-color : #303030;
}