aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-02-04 16:32:02 +0100
committerGravatar GitHub <noreply@github.com> 2022-02-04 16:32:02 +0100
commit3938492b8a01967ca72c9d877f499ac8069bb701 (patch)
tree32521de940c7c9576fab8b5b9f4f94200204f44b /p/themes/base-theme/template.css
parentf8cad8c9595177239f557649306e38d1a540f47c (diff)
Normal view: improve feed filter link (#4006)
* padding+greyscal favicon while hovering+underline * improve underline + improve mouse title * fixed RTL * CSS for more places of feed filter * add title in content feed filter
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 9884fdcbd..c6008e1bc 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -764,6 +764,12 @@ input[type="search"] {
.flux .item.website {
width: 200px;
+ padding-right: 10px;
+}
+
+.website a:hover .favicon,
+a.website:hover .favicon {
+ filter: grayscale(100%);
}
.flux.not_read .item.title,
@@ -855,7 +861,6 @@ input[type="search"] {
.flux .item > a {
display: block;
- text-decoration: none;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;