1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

remove old fatalError(), move everything to App.Error

update exception dialog css
This commit is contained in:
Andrew Dolgov
2018-12-11 13:18:38 +03:00
parent 071ca5aa96
commit 7a98105960
8 changed files with 83 additions and 74 deletions

View File

@@ -676,17 +676,28 @@ body.ttrss_main {
width : 18px;
}
.error-contents {
.message {
color : red;
#exceptionDlg {
.dijitDialogTitleBar {
background : red;
color : white;
}
textarea {
width : 99%;
height : 200px;
.dijitDialogPaneContent {
background : #fcc;
}
.dlgButtons {
text-align : center;
.error-contents {
.message {
color : red;
}
textarea {
width : 99%;
height : 200px;
}
.dlgButtons {
text-align : center;
}
}
}