summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css26
-rw-r--r--themes/compact_night.css26
-rw-r--r--themes/light.css26
-rw-r--r--themes/light/dijit_basic.less12
-rw-r--r--themes/light/prefs.less7
-rw-r--r--themes/light/tt-rss.less14
-rw-r--r--themes/night.css26
-rw-r--r--themes/night_blue.css26
8 files changed, 138 insertions, 25 deletions
diff --git a/themes/compact.css b/themes/compact.css
index c8323cbe4..c2828c587 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -668,6 +668,10 @@ body.ttrss_main #headlines-frame div.feed-title a {
body.ttrss_main #headlines-frame div.feed-title a:hover {
color: #257aa7;
}
+body.ttrss_main #headlines-frame span.hlMenuAttach {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+}
body.ttrss_main #toolbar-frame_splitter {
display: none;
}
@@ -703,6 +707,9 @@ body.ttrss_main #toolbar-frame #toolbar .left i.icon-error {
body.ttrss_main #toolbar-frame #toolbar i.log-alert {
color: #ddba1c;
}
+body.ttrss_main #toolbar-frame #toolbar i {
+ margin: 0 4px;
+}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines {
padding-right: 4px;
flex-grow: 2;
@@ -713,9 +720,8 @@ body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left {
display: flex;
align-items: center;
}
-body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left img {
- vertical-align: middle;
- margin-right: 8px;
+body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left #feed_title {
+ margin-left: 4px;
}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .right {
display: flex;
@@ -1466,6 +1472,9 @@ body.ttrss_prefs .user-css-editor {
}
body.ttrss_prefs fieldset.prefs {
min-height: 30px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
}
body.ttrss_prefs fieldset.prefs label:first-of-type {
min-width: 300px;
@@ -1474,6 +1483,9 @@ body.ttrss_prefs fieldset.prefs .help-text {
display: inline-block;
margin-left: 10px;
}
+body.ttrss_prefs fieldset.prefs .help-text-bottom {
+ margin-top: 10px;
+}
body.ttrss_prefs fieldset.plugin label.description {
width: 600px;
margin-right: 150px;
@@ -1658,8 +1670,14 @@ body.ttrss_utility.share_popup .content {
position: relative;
top: -1px;
}
-.flat #filterDlg_Matches span.filterRule {
+.flat #filterDlg_Matches .filterRule {
color: green;
+ word-break: break-all;
+}
+.flat #filterDlg_Matches .filterRule .field,
+.flat #filterDlg_Matches .filterRule .feed {
+ word-break: break-word;
+ font-style: italic;
}
.flat #filterTree .filterRules li.inverse,
.flat #filterDlg_Matches span.filterRule.inverse {
diff --git a/themes/compact_night.css b/themes/compact_night.css
index b47a8821e..6666787b0 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -668,6 +668,10 @@ body.ttrss_main #headlines-frame div.feed-title a {
body.ttrss_main #headlines-frame div.feed-title a:hover {
color: #b87d2c;
}
+body.ttrss_main #headlines-frame span.hlMenuAttach {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+}
body.ttrss_main #toolbar-frame_splitter {
display: none;
}
@@ -703,6 +707,9 @@ body.ttrss_main #toolbar-frame #toolbar .left i.icon-error {
body.ttrss_main #toolbar-frame #toolbar i.log-alert {
color: #ddba1c;
}
+body.ttrss_main #toolbar-frame #toolbar i {
+ margin: 0 4px;
+}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines {
padding-right: 4px;
flex-grow: 2;
@@ -713,9 +720,8 @@ body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left {
display: flex;
align-items: center;
}
-body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left img {
- vertical-align: middle;
- margin-right: 8px;
+body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left #feed_title {
+ margin-left: 4px;
}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .right {
display: flex;
@@ -1466,6 +1472,9 @@ body.ttrss_prefs .user-css-editor {
}
body.ttrss_prefs fieldset.prefs {
min-height: 30px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
}
body.ttrss_prefs fieldset.prefs label:first-of-type {
min-width: 300px;
@@ -1474,6 +1483,9 @@ body.ttrss_prefs fieldset.prefs .help-text {
display: inline-block;
margin-left: 10px;
}
+body.ttrss_prefs fieldset.prefs .help-text-bottom {
+ margin-top: 10px;
+}
body.ttrss_prefs fieldset.plugin label.description {
width: 600px;
margin-right: 150px;
@@ -1564,8 +1576,14 @@ body.ttrss_utility fieldset > label.checkbox {
position: relative;
top: -1px;
}
-.flat #filterDlg_Matches span.filterRule {
+.flat #filterDlg_Matches .filterRule {
color: green;
+ word-break: break-all;
+}
+.flat #filterDlg_Matches .filterRule .field,
+.flat #filterDlg_Matches .filterRule .feed {
+ word-break: break-word;
+ font-style: italic;
}
.flat #filterTree .filterRules li.inverse,
.flat #filterDlg_Matches span.filterRule.inverse {
diff --git a/themes/light.css b/themes/light.css
index d713e071d..d2f5aa4ee 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -668,6 +668,10 @@ body.ttrss_main #headlines-frame div.feed-title a {
body.ttrss_main #headlines-frame div.feed-title a:hover {
color: #257aa7;
}
+body.ttrss_main #headlines-frame span.hlMenuAttach {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+}
body.ttrss_main #toolbar-frame_splitter {
display: none;
}
@@ -703,6 +707,9 @@ body.ttrss_main #toolbar-frame #toolbar .left i.icon-error {
body.ttrss_main #toolbar-frame #toolbar i.log-alert {
color: #ddba1c;
}
+body.ttrss_main #toolbar-frame #toolbar i {
+ margin: 0 4px;
+}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines {
padding-right: 4px;
flex-grow: 2;
@@ -713,9 +720,8 @@ body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left {
display: flex;
align-items: center;
}
-body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left img {
- vertical-align: middle;
- margin-right: 8px;
+body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left #feed_title {
+ margin-left: 4px;
}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .right {
display: flex;
@@ -1466,6 +1472,9 @@ body.ttrss_prefs .user-css-editor {
}
body.ttrss_prefs fieldset.prefs {
min-height: 30px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
}
body.ttrss_prefs fieldset.prefs label:first-of-type {
min-width: 300px;
@@ -1474,6 +1483,9 @@ body.ttrss_prefs fieldset.prefs .help-text {
display: inline-block;
margin-left: 10px;
}
+body.ttrss_prefs fieldset.prefs .help-text-bottom {
+ margin-top: 10px;
+}
body.ttrss_prefs fieldset.plugin label.description {
width: 600px;
margin-right: 150px;
@@ -1658,8 +1670,14 @@ body.ttrss_utility.share_popup .content {
position: relative;
top: -1px;
}
-.flat #filterDlg_Matches span.filterRule {
+.flat #filterDlg_Matches .filterRule {
color: green;
+ word-break: break-all;
+}
+.flat #filterDlg_Matches .filterRule .field,
+.flat #filterDlg_Matches .filterRule .feed {
+ word-break: break-word;
+ font-style: italic;
}
.flat #filterTree .filterRules li.inverse,
.flat #filterDlg_Matches span.filterRule.inverse {
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;
}
}
diff --git a/themes/night.css b/themes/night.css
index 7edc043a0..face01932 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -669,6 +669,10 @@ body.ttrss_main #headlines-frame div.feed-title a {
body.ttrss_main #headlines-frame div.feed-title a:hover {
color: #b87d2c;
}
+body.ttrss_main #headlines-frame span.hlMenuAttach {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+}
body.ttrss_main #toolbar-frame_splitter {
display: none;
}
@@ -704,6 +708,9 @@ body.ttrss_main #toolbar-frame #toolbar .left i.icon-error {
body.ttrss_main #toolbar-frame #toolbar i.log-alert {
color: #ddba1c;
}
+body.ttrss_main #toolbar-frame #toolbar i {
+ margin: 0 4px;
+}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines {
padding-right: 4px;
flex-grow: 2;
@@ -714,9 +721,8 @@ body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left {
display: flex;
align-items: center;
}
-body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left img {
- vertical-align: middle;
- margin-right: 8px;
+body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left #feed_title {
+ margin-left: 4px;
}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .right {
display: flex;
@@ -1467,6 +1473,9 @@ body.ttrss_prefs .user-css-editor {
}
body.ttrss_prefs fieldset.prefs {
min-height: 30px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
}
body.ttrss_prefs fieldset.prefs label:first-of-type {
min-width: 300px;
@@ -1475,6 +1484,9 @@ body.ttrss_prefs fieldset.prefs .help-text {
display: inline-block;
margin-left: 10px;
}
+body.ttrss_prefs fieldset.prefs .help-text-bottom {
+ margin-top: 10px;
+}
body.ttrss_prefs fieldset.plugin label.description {
width: 600px;
margin-right: 150px;
@@ -1565,8 +1577,14 @@ body.ttrss_utility fieldset > label.checkbox {
position: relative;
top: -1px;
}
-.flat #filterDlg_Matches span.filterRule {
+.flat #filterDlg_Matches .filterRule {
color: green;
+ word-break: break-all;
+}
+.flat #filterDlg_Matches .filterRule .field,
+.flat #filterDlg_Matches .filterRule .feed {
+ word-break: break-word;
+ font-style: italic;
}
.flat #filterTree .filterRules li.inverse,
.flat #filterDlg_Matches span.filterRule.inverse {
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 09a996262..d5cda927f 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -669,6 +669,10 @@ body.ttrss_main #headlines-frame div.feed-title a {
body.ttrss_main #headlines-frame div.feed-title a:hover {
color: #257aa7;
}
+body.ttrss_main #headlines-frame span.hlMenuAttach {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+}
body.ttrss_main #toolbar-frame_splitter {
display: none;
}
@@ -704,6 +708,9 @@ body.ttrss_main #toolbar-frame #toolbar .left i.icon-error {
body.ttrss_main #toolbar-frame #toolbar i.log-alert {
color: #ddba1c;
}
+body.ttrss_main #toolbar-frame #toolbar i {
+ margin: 0 4px;
+}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines {
padding-right: 4px;
flex-grow: 2;
@@ -714,9 +721,8 @@ body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left {
display: flex;
align-items: center;
}
-body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left img {
- vertical-align: middle;
- margin-right: 8px;
+body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .left #feed_title {
+ margin-left: 4px;
}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines .right {
display: flex;
@@ -1467,6 +1473,9 @@ body.ttrss_prefs .user-css-editor {
}
body.ttrss_prefs fieldset.prefs {
min-height: 30px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
}
body.ttrss_prefs fieldset.prefs label:first-of-type {
min-width: 300px;
@@ -1475,6 +1484,9 @@ body.ttrss_prefs fieldset.prefs .help-text {
display: inline-block;
margin-left: 10px;
}
+body.ttrss_prefs fieldset.prefs .help-text-bottom {
+ margin-top: 10px;
+}
body.ttrss_prefs fieldset.plugin label.description {
width: 600px;
margin-right: 150px;
@@ -1565,8 +1577,14 @@ body.ttrss_utility fieldset > label.checkbox {
position: relative;
top: -1px;
}
-.flat #filterDlg_Matches span.filterRule {
+.flat #filterDlg_Matches .filterRule {
color: green;
+ word-break: break-all;
+}
+.flat #filterDlg_Matches .filterRule .field,
+.flat #filterDlg_Matches .filterRule .feed {
+ word-break: break-word;
+ font-style: italic;
}
.flat #filterTree .filterRules li.inverse,
.flat #filterDlg_Matches span.filterRule.inverse {