summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-11 13:18:38 +0300
committerAndrew Dolgov <[email protected]>2018-12-11 13:18:38 +0300
commit7a98105960dcbb53b4a221e2337ac7d1c955bd92 (patch)
tree172e824190957b44612489ddf0a10d67647d0c4e /themes/night.css
parent071ca5aa9632c519f8eade427a7eb8241a7182ae (diff)
remove old fatalError(), move everything to App.Error
update exception dialog css
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/themes/night.css b/themes/night.css
index d5ee6b680..a68fc0734 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -577,14 +577,21 @@ body.ttrss_main #feed_browser_spinner {
height: 18px;
width: 18px;
}
-body.ttrss_main .error-contents .message {
+body.ttrss_main #exceptionDlg .dijitDialogTitleBar {
+ background: red;
+ color: white;
+}
+body.ttrss_main #exceptionDlg .dijitDialogPaneContent {
+ background: #fcc;
+}
+body.ttrss_main #exceptionDlg .error-contents .message {
color: red;
}
-body.ttrss_main .error-contents textarea {
+body.ttrss_main #exceptionDlg .error-contents textarea {
width: 99%;
height: 200px;
}
-body.ttrss_main .error-contents .dlgButtons {
+body.ttrss_main #exceptionDlg .error-contents .dlgButtons {
text-align: center;
}
body.ttrss_main #content-wrap {