summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
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 /css/tt-rss.less
parent071ca5aa9632c519f8eade427a7eb8241a7182ae (diff)
remove old fatalError(), move everything to App.Error
update exception dialog css
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less27
1 files changed, 19 insertions, 8 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 952d426fa..667616dcf 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -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;
+ }
}
}