aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-23 22:22:01 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-23 22:22:01 +0100
commit1184c20467c34ba4457f36e554c5b7a4d3226f85 (patch)
tree61d249331f1c14d68350ceed06cc997351ab92fe
parent18a4ade32f01fe615674efc864eb01ca826ce65e (diff)
fixed: background hover colour (#4889)
-rw-r--r--p/themes/Flat/flat.css8
-rw-r--r--p/themes/Flat/flat.rtl.css8
-rw-r--r--p/themes/Pafat/pafat.css4
-rw-r--r--p/themes/Pafat/pafat.rtl.css4
-rw-r--r--p/themes/base-theme/frss.css2
-rw-r--r--p/themes/base-theme/frss.rtl.css2
6 files changed, 6 insertions, 22 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index 4a4028db7..7029fd7e7 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -744,10 +744,6 @@ a.btn {
background: #fff3ed;
}
-.flux.not_read:not(.current):hover .item.title {
- background: inherit;
-}
-
.flux.favorite {
border-left-color: #ffc300;
}
@@ -756,10 +752,6 @@ a.btn {
background: #fff6da;
}
-.flux.favorite:not(.current):hover .item.title {
- background: #fff6da;
-}
-
.flux_header {
font-size: 0.8rem;
cursor: pointer;
diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css
index ae823acfc..92d460c65 100644
--- a/p/themes/Flat/flat.rtl.css
+++ b/p/themes/Flat/flat.rtl.css
@@ -744,10 +744,6 @@ a.btn {
background: #fff3ed;
}
-.flux.not_read:not(.current):hover .item.title {
- background: inherit;
-}
-
.flux.favorite {
border-right-color: #ffc300;
}
@@ -756,10 +752,6 @@ a.btn {
background: #fff6da;
}
-.flux.favorite:not(.current):hover .item.title {
- background: #fff6da;
-}
-
.flux_header {
font-size: 0.8rem;
cursor: pointer;
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index 0548947ae..7f1b85de3 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -766,8 +766,8 @@ a.signin {
background: #fff6da;
}
-.flux.favorite:not(.current):hover .item.title {
- background: #fff6da;
+.flux.favorite:not(.current) .flux_header:hover {
+ background: #fff9e8;
}
.flux_header {
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css
index 50f698244..c8b7171f4 100644
--- a/p/themes/Pafat/pafat.rtl.css
+++ b/p/themes/Pafat/pafat.rtl.css
@@ -766,8 +766,8 @@ a.signin {
background: #fff6da;
}
-.flux.favorite:not(.current):hover .item.title {
- background: #fff6da;
+.flux.favorite:not(.current) .flux_header:hover {
+ background: #fff9e8;
}
.flux_header {
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index f5aaea902..190fbcb15 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -1177,7 +1177,7 @@ a.website:hover .favicon {
}
.flux:not(.current):hover .item.title {
- background-color: var(--frss-background-color);
+ background-color: inherit;
max-width: calc(100% - 320px);
position: absolute;
}
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index d3fdf4a02..a522ad59e 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -1177,7 +1177,7 @@ a.website:hover .favicon {
}
.flux:not(.current):hover .item.title {
- background-color: var(--frss-background-color);
+ background-color: inherit;
max-width: calc(100% - 320px);
position: absolute;
}