diff options
Diffstat (limited to 'p/themes/base-theme/template.rtl.css')
| -rw-r--r-- | p/themes/base-theme/template.rtl.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index 07cc25e83..a8a817a71 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -764,6 +764,12 @@ input[type="search"] { .flux .item.website { width: 200px; + padding-left: 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; |
