diff options
author | maTh <math-home@web.de> | 2022-11-27 11:25:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 11:25:38 +0100 |
commit | b71806268c299a9b1fcbe2ccb6a98f0ebdef6f63 (patch) | |
tree | a7164219c2800fcc58e2136e523a26960e106525 /p/themes/Pafat/pafat.rtl.css | |
parent | c05e931d5ed2ce315e9556db9ebf6afd9918f6fc (diff) | |
download | freshrss-b71806268c299a9b1fcbe2ccb6a98f0ebdef6f63.tar.gz freshrss-b71806268c299a9b1fcbe2ccb6a98f0ebdef6f63.zip |
delete .nav-list .empty/.error (#4899)
Diffstat (limited to 'p/themes/Pafat/pafat.rtl.css')
-rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 60877e1ad..4bba258a8 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -249,24 +249,6 @@ a.btn { text-decoration: none; } -.nav-list .item.empty a { - color: #f39c12; -} - -.nav-list .item.active.empty a { - background: #f39c12; - color: #fff; -} - -.nav-list .item.error a { - color: #bd362f; -} - -.nav-list .item.active.error a { - background: #bd362f; - color: #fff; -} - .nav-list .nav-header { padding: 0 10px; background: #f4f4f4; |