summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
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/night_blue.css
parent7c2b473d12770be3ed882c22461eacc8961fdb50 (diff)
filter test dialog: remove .gif; cleanup markup
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css33
1 files changed, 13 insertions, 20 deletions
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%;