summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/dijit_basic.less12
-rw-r--r--themes/light/prefs.less7
-rw-r--r--themes/light/tt-rss.less14
3 files changed, 28 insertions, 5 deletions
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less
index a00cc5e59..d49d7316d 100644
--- a/themes/light/dijit_basic.less
+++ b/themes/light/dijit_basic.less
@@ -20,8 +20,16 @@
top : -1px;
}
- #filterDlg_Matches span.filterRule {
- color: green;
+ #filterDlg_Matches {
+ .filterRule {
+ color: green;
+ word-break : break-all;
+
+ .field, .feed {
+ word-break : break-word;
+ font-style : italic;
+ }
+ }
}
#filterTree .filterRules li.inverse,
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 92084a9c8..4d3e93688 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -82,6 +82,9 @@ body.ttrss_prefs {
fieldset.prefs {
min-height : 30px;
+ display : flex;
+ flex-direction : row;
+ align-items: center;
label:first-of-type {
min-width : 300px;
@@ -91,6 +94,10 @@ body.ttrss_prefs {
display : inline-block;
margin-left : 10px;
}
+
+ .help-text-bottom {
+ margin-top : 10px;
+ }
}
fieldset.plugin {
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index b3fba8cf9..5a0f8542d 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -782,6 +782,11 @@ body.ttrss_main {
div.feed-title a:hover {
color: @color-link;
}
+
+ span.hlMenuAttach {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ }
}
#toolbar-frame_splitter {
@@ -822,6 +827,10 @@ body.ttrss_main {
color : #ddba1c;
}
+ i {
+ margin : 0 4px;
+ }
+
#toolbar-headlines {
padding-right : 4px;
flex-grow : 2;
@@ -832,9 +841,8 @@ body.ttrss_main {
display : flex;
align-items : center;
- img {
- vertical-align : middle;
- margin-right : 8px;
+ #feed_title {
+ margin-left : 4px;
}
}