summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less28
1 files changed, 7 insertions, 21 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 65ec33bc3..d13ffff3e 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -609,28 +609,14 @@ body.ttrss_main {
width : 18px;
}
- #exceptionDlg {
- .dijitDialogTitleBar {
- background : red;
- color : white;
- }
-
- .dijitDialogPaneContent {
- background : #fcc;
+ .exception-contents {
+ h3 {
+ color : red;
}
-
- .error-contents {
- .message {
- color : red;
- }
-
- textarea {
- width : 99%;
- height : 200px;
- }
- .dlgButtons {
- text-align : center;
- }
+ textarea {
+ width : 99%;
+ height : 200px;
+ font-size : 11px;
}
}