1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 04:41:29 +00:00

remove old-style markup from exception dialog

This commit is contained in:
Andrew Dolgov
2021-02-14 18:59:09 +03:00
parent 4996d8ccfe
commit ff6031d3c9
7 changed files with 45 additions and 102 deletions

View File

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