summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-06 22:46:31 +0300
committerAndrew Dolgov <[email protected]>2019-03-06 22:46:31 +0300
commit91cfd9c391c9c243b9a9ead6ca856740f156a38e (patch)
tree2d11c8fed8040b918220a56024cd79b306e6eb42 /themes/night_blue.css
parentc8fc9eee0c5d7a202bd79db41292859c69a79347 (diff)
dbupdater: add mysql transaction warning
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 72ca42ace..4c8b679e9 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -961,6 +961,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,