1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-28 11:17:10 +00:00

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,