summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-14 18:59:09 +0300
committerAndrew Dolgov <[email protected]>2021-02-14 18:59:09 +0300
commitff6031d3c914fa2c7ac514243394fa70a56c6bd7 (patch)
treef0692b7e902c9d53f1b6391fba86905bbe48e251 /themes/compact_night.css
parent4996d8ccfed98a5052413cdc4f4b9192fac04a89 (diff)
remove old-style markup from exception dialog
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css15
1 files changed, 3 insertions, 12 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index e39b7020a..a366404a4 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -526,22 +526,13 @@ body.ttrss_main #feed_browser_spinner {
height: 18px;
width: 18px;
}
-body.ttrss_main #exceptionDlg .dijitDialogTitleBar {
- background: red;
- color: white;
-}
-body.ttrss_main #exceptionDlg .dijitDialogPaneContent {
- background: #fcc;
-}
-body.ttrss_main #exceptionDlg .error-contents .message {
+body.ttrss_main .exception-contents h3 {
color: red;
}
-body.ttrss_main #exceptionDlg .error-contents textarea {
+body.ttrss_main .exception-contents textarea {
width: 99%;
height: 200px;
-}
-body.ttrss_main #exceptionDlg .error-contents .dlgButtons {
- text-align: center;
+ font-size: 11px;
}
body.ttrss_main #content-wrap {
padding: 0px;