summaryrefslogtreecommitdiff
path: root/css/prefs.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/prefs.less')
-rw-r--r--css/prefs.less40
1 files changed, 30 insertions, 10 deletions
diff --git a/css/prefs.less b/css/prefs.less
index bd390bbd2..6eb6ecd0e 100644
--- a/css/prefs.less
+++ b/css/prefs.less
@@ -105,18 +105,26 @@ body.ttrss_prefs {
}
}
- table.prefErrorLog tr.errrow td {
- font-size : 10px;
- }
+ .prefErrorLog {
+ tr {
+ td {
+ font-size: 10px;
+ }
- table.prefErrorLog tr.errrow td.errno {
- font-style : italic;
- font-weight : bold;
- white-space : nowrap;
- }
+ .errno {
+ font-style : italic;
+ font-weight : bold;
+ white-space : nowrap;
+ }
- table.prefErrorLog td.filename, table.prefErrorLog td.login, table.prefErrorLog td.timestamp {
- color : @default-text;
+ .errstr {
+ word-break: break-all;
+ }
+
+ .filename, .login, .timestamp {
+ color : @default-text;
+ }
+ }
}
hr {
@@ -145,6 +153,18 @@ body.ttrss_prefs {
}
body.ttrss_prefs,
+body.ttrss_main {
+ #filterNewRuleDlg {
+ .invalid {
+ background : #ffc0c0;
+ }
+ .valid {
+ background : #c0ffc0;
+ }
+ }
+}
+
+body.ttrss_prefs,
body.ttrss_utility {
fieldset {
border-width : 0px;