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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user