aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.rtl.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-04-08 20:52:15 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-08 20:52:15 +0200
commitf9e92a92864654f3952d58a7d4e85f3cf396fa0d (patch)
treedea631f70874fdd070d7584acfe69742b892a373 /p/themes/Mapco/mapco.rtl.css
parent0d235cbadd1fdc3a00d97128746f5138e9faa447 (diff)
Fix CSS hover long title (#2882)
* Fix CSS hover long title #fix https://github.com/FreshRSS/FreshRSS/issues/2755 * Fix Ansum * Fix Mapco
Diffstat (limited to 'p/themes/Mapco/mapco.rtl.css')
-rw-r--r--p/themes/Mapco/mapco.rtl.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index 4f56b1453..19c2a5fdd 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -979,7 +979,7 @@ form th {
.flux.not_read .item.website a {
color: #36c; }
.flux.not_read .item.date {
- color: #36c99; }
+ color: rgba(51, 102, 204, 0.5); }
.flux.favorite {
border-right-color: #ffc300;
-webkit-transition: all 0.15s ease-in-out;
@@ -997,9 +997,8 @@ form th {
.flux .website .favicon {
padding: 5px; }
.flux .date {
- color: #303136;
- font-size: 0.85rem;
- opacity: 0.75; }
+ color: rgba(48, 49, 54, 0.5);
+ font-size: 0.85rem; }
.flux .bottom {
font-size: 1rem;
text-align: center; }