summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/cdm.less1
-rw-r--r--themes/light/prefs.less6
-rw-r--r--themes/light/tt-rss.less2
3 files changed, 9 insertions, 0 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 6bb3378c1..05ba3c99a 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -143,6 +143,7 @@
.titleWrap {
white-space : normal;
+ word-break : break-all;
}
.footer {
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 58677a27f..e13358956 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -48,6 +48,12 @@ body.ttrss_prefs {
display : none;
}
+ .dijitTree .dijitTreeRow.dijitTreeRowSelected {
+ .dijitTreeExpando {
+ color : white;
+ }
+ }
+
.dijitAccordionTitle i.material-icons {
top : -1px;
position : relative;
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 6a1f45d28..1f1242f6b 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -39,6 +39,7 @@ body.ttrss_main {
.date {
white-space : nowrap;
+ margin-left : 4px;
}
img, i.material-icons {
@@ -53,6 +54,7 @@ body.ttrss_main {
font-weight : 600;
text-rendering: optimizelegibility;
font-family : @fonts-ui;
+ word-break : break-all;
}
}