diff options
author | maTh <math-home@web.de> | 2022-11-07 19:24:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 19:24:07 +0100 |
commit | 28fe689c06f9d903d547d19c721bad96335fe450 (patch) | |
tree | 8d42e7a1ce6f42cb44fd01845ca77007fd0c3b41 /p/themes/Pafat/pafat.rtl.css | |
parent | 992f2230bf2a4ea4266fe7518d91551374a11fac (diff) | |
download | freshrss-28fe689c06f9d903d547d19c721bad96335fe450.tar.gz freshrss-28fe689c06f9d903d547d19c721bad96335fe450.zip |
fix: Pafat theme: aside navigation bar: icons (#4811)
* fix
* Warning sign style
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Pafat/pafat.rtl.css')
-rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index fee62d6a6..7d5ae91c7 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -452,6 +452,23 @@ a.btn { text-decoration: none; } +.item.feed.error .item-title::before { + font-size: 1rem; + font-weight: normal; + line-height: 1; +} + +.tree-folder-title .title.error::before { + color: #f0ad4e; + font-size: 1.2rem; + font-weight: normal; + line-height: 1; +} + +.tree-folder-title .title .icon { + filter: brightness(2.5); +} + .tree-folder.active .tree-folder-title { background: #39b3d7; font-weight: bold; |