summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-17 08:45:04 +0300
committerAndrew Dolgov <[email protected]>2021-03-17 08:45:04 +0300
commit82bed1e651ca002cae3a0790aadd914ad7597386 (patch)
tree8119adaaaa5ea795991aea7e7fc234ece7f481d6 /themes
parent7c2b473d12770be3ed882c22461eacc8961fdb50 (diff)
filter test dialog: remove .gif; cleanup markup
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css33
-rw-r--r--themes/compact_night.css33
-rw-r--r--themes/light.css33
-rw-r--r--themes/light/cdm.less2
-rw-r--r--themes/light/tt-rss.less41
-rw-r--r--themes/night.css33
-rw-r--r--themes/night_blue.css33
7 files changed, 84 insertions, 124 deletions
diff --git a/themes/compact.css b/themes/compact.css
index 374e976c1..ccdd83247 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -1045,14 +1045,23 @@ body.ttrss_main .text-right {
body.ttrss_main .text-left {
text-align: left;
}
-body.ttrss_main #prefFilterTestResultList .preview {
+body.ttrss_main .dijitDialog .filter-results-list .preview {
margin: 8px;
}
-body.ttrss_main #prefFilterTestResultList .title {
+body.ttrss_main .dijitDialog .filter-results-list .title {
font-weight: bold;
}
-body.ttrss_main #prefFilterTestResultList .feed {
- color: #257aa7;
+body.ttrss_main .dijitDialog #feed_add_spinner {
+ position: relative;
+ top: 5px;
+ width: 18px;
+ height: 18px;
+}
+body.ttrss_main .icon-three-dots,
+.cdm .content-inner .icon-unpack-pending {
+ width: 18px;
+ height: 18px;
+ vertical-align: middle;
}
body.ttrss_main,
body.ttrss_utility {
@@ -1186,17 +1195,6 @@ body.ttrss_utility hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
-.dijitDialog #feed_add_spinner {
- position: relative;
- top: 5px;
- width: 18px;
- height: 18px;
-}
-.icon-three-dots {
- width: 18px;
- height: 18px;
- vertical-align: middle;
-}
::selection {
background: #257aa7;
color: white;
@@ -1385,11 +1383,6 @@ body.ttrss_utility hr {
.cdm .feed-title a:hover {
color: #257aa7;
}
-.cdm .content-inner .icon-unpack-pending {
- width: 18px;
- height: 18px;
- vertical-align: middle;
-}
.cdm .content-inner .embed-responsive {
overflow: hidden;
padding-bottom: 56.25%;
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 980e05ec0..8515ce6ef 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1045,14 +1045,23 @@ body.ttrss_main .text-right {
body.ttrss_main .text-left {
text-align: left;
}
-body.ttrss_main #prefFilterTestResultList .preview {
+body.ttrss_main .dijitDialog .filter-results-list .preview {
margin: 8px;
}
-body.ttrss_main #prefFilterTestResultList .title {
+body.ttrss_main .dijitDialog .filter-results-list .title {
font-weight: bold;
}
-body.ttrss_main #prefFilterTestResultList .feed {
- color: #b87d2c;
+body.ttrss_main .dijitDialog #feed_add_spinner {
+ position: relative;
+ top: 5px;
+ width: 18px;
+ height: 18px;
+}
+body.ttrss_main .icon-three-dots,
+.cdm .content-inner .icon-unpack-pending {
+ width: 18px;
+ height: 18px;
+ vertical-align: middle;
}
body.ttrss_main,
body.ttrss_utility {
@@ -1186,17 +1195,6 @@ body.ttrss_utility hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
-.dijitDialog #feed_add_spinner {
- position: relative;
- top: 5px;
- width: 18px;
- height: 18px;
-}
-.icon-three-dots {
- width: 18px;
- height: 18px;
- vertical-align: middle;
-}
::selection {
background: #b87d2c;
color: #333;
@@ -1385,11 +1383,6 @@ body.ttrss_utility hr {
.cdm .feed-title a:hover {
color: #b87d2c;
}
-.cdm .content-inner .icon-unpack-pending {
- width: 18px;
- height: 18px;
- vertical-align: middle;
-}
.cdm .content-inner .embed-responsive {
overflow: hidden;
padding-bottom: 56.25%;
diff --git a/themes/light.css b/themes/light.css
index 95a6863b1..214ef79d3 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -1045,14 +1045,23 @@ body.ttrss_main .text-right {
body.ttrss_main .text-left {
text-align: left;
}
-body.ttrss_main #prefFilterTestResultList .preview {
+body.ttrss_main .dijitDialog .filter-results-list .preview {
margin: 8px;
}
-body.ttrss_main #prefFilterTestResultList .title {
+body.ttrss_main .dijitDialog .filter-results-list .title {
font-weight: bold;
}
-body.ttrss_main #prefFilterTestResultList .feed {
- color: #257aa7;
+body.ttrss_main .dijitDialog #feed_add_spinner {
+ position: relative;
+ top: 5px;
+ width: 18px;
+ height: 18px;
+}
+body.ttrss_main .icon-three-dots,
+.cdm .content-inner .icon-unpack-pending {
+ width: 18px;
+ height: 18px;
+ vertical-align: middle;
}
body.ttrss_main,
body.ttrss_utility {
@@ -1186,17 +1195,6 @@ body.ttrss_utility hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
-.dijitDialog #feed_add_spinner {
- position: relative;
- top: 5px;
- width: 18px;
- height: 18px;
-}
-.icon-three-dots {
- width: 18px;
- height: 18px;
- vertical-align: middle;
-}
::selection {
background: #257aa7;
color: white;
@@ -1385,11 +1383,6 @@ body.ttrss_utility hr {
.cdm .feed-title a:hover {
color: #257aa7;
}
-.cdm .content-inner .icon-unpack-pending {
- width: 18px;
- height: 18px;
- vertical-align: middle;
-}
.cdm .content-inner .embed-responsive {
overflow: hidden;
padding-bottom: 56.25%;
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index acd5016fe..05f785cd3 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -210,7 +210,7 @@
.content-inner {
.icon-unpack-pending {
- .icon-three-dots;
+ &:extend(body.ttrss_main .icon-three-dots);
}
}
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 56a2e608e..ed6f65679 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -1251,20 +1251,30 @@ body.ttrss_main {
text-align : left;
}
- #prefFilterTestResultList {
- .preview {
- margin : 8px;
- }
+ .dijitDialog {
+ .filter-results-list {
+ .preview {
+ margin : 8px;
+ }
- .title {
- font-weight: bold;
+ .title {
+ font-weight: bold;
+ }
}
- .feed {
- color : @color-accent;
+ #feed_add_spinner {
+ position : relative;
+ top : 5px;
+ width : 18px;
+ height : 18px;
}
}
+ .icon-three-dots {
+ width : 18px;
+ height : 18px;
+ vertical-align : middle;
+ }
}
body.ttrss_main, body.ttrss_utility {
@@ -1394,21 +1404,6 @@ body.ttrss_main, body.ttrss_utility {
}*/
}
-.dijitDialog {
- #feed_add_spinner {
- position : relative;
- top : 5px;
- width : 18px;
- height : 18px;
- }
-}
-
-.icon-three-dots {
- width : 18px;
- height : 18px;
- vertical-align : middle;
-}
-
::selection {
background : @color-accent;
color : @default-bg;
diff --git a/themes/night.css b/themes/night.css
index e6fd20be5..bb241dc79 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1046,14 +1046,23 @@ body.ttrss_main .text-right {
body.ttrss_main .text-left {
text-align: left;
}
-body.ttrss_main #prefFilterTestResultList .preview {
+body.ttrss_main .dijitDialog .filter-results-list .preview {
margin: 8px;
}
-body.ttrss_main #prefFilterTestResultList .title {
+body.ttrss_main .dijitDialog .filter-results-list .title {
font-weight: bold;
}
-body.ttrss_main #prefFilterTestResultList .feed {
- color: #b87d2c;
+body.ttrss_main .dijitDialog #feed_add_spinner {
+ position: relative;
+ top: 5px;
+ width: 18px;
+ height: 18px;
+}
+body.ttrss_main .icon-three-dots,
+.cdm .content-inner .icon-unpack-pending {
+ width: 18px;
+ height: 18px;
+ vertical-align: middle;
}
body.ttrss_main,
body.ttrss_utility {
@@ -1187,17 +1196,6 @@ body.ttrss_utility hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
-.dijitDialog #feed_add_spinner {
- position: relative;
- top: 5px;
- width: 18px;
- height: 18px;
-}
-.icon-three-dots {
- width: 18px;
- height: 18px;
- vertical-align: middle;
-}
::selection {
background: #b87d2c;
color: #333;
@@ -1386,11 +1384,6 @@ body.ttrss_utility hr {
.cdm .feed-title a:hover {
color: #b87d2c;
}
-.cdm .content-inner .icon-unpack-pending {
- width: 18px;
- height: 18px;
- vertical-align: middle;
-}
.cdm .content-inner .embed-responsive {
overflow: hidden;
padding-bottom: 56.25%;
diff --git a/themes/night_blue.css b/themes/night_blue.css
index c9a335a9e..372c65469 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1046,14 +1046,23 @@ body.ttrss_main .text-right {
body.ttrss_main .text-left {
text-align: left;
}
-body.ttrss_main #prefFilterTestResultList .preview {
+body.ttrss_main .dijitDialog .filter-results-list .preview {
margin: 8px;
}
-body.ttrss_main #prefFilterTestResultList .title {
+body.ttrss_main .dijitDialog .filter-results-list .title {
font-weight: bold;
}
-body.ttrss_main #prefFilterTestResultList .feed {
- color: #257aa7;
+body.ttrss_main .dijitDialog #feed_add_spinner {
+ position: relative;
+ top: 5px;
+ width: 18px;
+ height: 18px;
+}
+body.ttrss_main .icon-three-dots,
+.cdm .content-inner .icon-unpack-pending {
+ width: 18px;
+ height: 18px;
+ vertical-align: middle;
}
body.ttrss_main,
body.ttrss_utility {
@@ -1187,17 +1196,6 @@ body.ttrss_utility hr {
border: 0px solid #ccc;
border-bottom-width: 1px;
}
-.dijitDialog #feed_add_spinner {
- position: relative;
- top: 5px;
- width: 18px;
- height: 18px;
-}
-.icon-three-dots {
- width: 18px;
- height: 18px;
- vertical-align: middle;
-}
::selection {
background: #257aa7;
color: #333;
@@ -1386,11 +1384,6 @@ body.ttrss_utility hr {
.cdm .feed-title a:hover {
color: #257aa7;
}
-.cdm .content-inner .icon-unpack-pending {
- width: 18px;
- height: 18px;
- vertical-align: middle;
-}
.cdm .content-inner .embed-responsive {
overflow: hidden;
padding-bottom: 56.25%;