dbupdater: add mysql transaction warning

This commit is contained in:
Andrew Dolgov
2019-03-06 22:46:31 +03:00
parent c8fc9eee0c
commit 91cfd9c391
8 changed files with 27 additions and 10 deletions

View File

@@ -960,6 +960,10 @@ body.ttrss_main .text-success,
body.ttrss_utility .text-success {
color: #468847;
}
body.ttrss_main .text-warning,
body.ttrss_utility .text-warning {
color: #a47e3c;
}
body.ttrss_main .alert,
body.ttrss_utility .alert,
body.ttrss_main .alert h4,

File diff suppressed because one or more lines are too long

View File

@@ -1141,6 +1141,10 @@ body.ttrss_main, body.ttrss_utility {
color: #468847;
}
.text-warning {
color: darken(#c09853, 10%);
}
.alert,
.alert h4 {
color: #c09853;