aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-07 19:24:07 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-07 19:24:07 +0100
commit28fe689c06f9d903d547d19c721bad96335fe450 (patch)
tree8d42e7a1ce6f42cb44fd01845ca77007fd0c3b41 /p
parent992f2230bf2a4ea4266fe7518d91551374a11fac (diff)
fix: Pafat theme: aside navigation bar: icons (#4811)
* fix * Warning sign style Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p')
-rw-r--r--p/themes/Pafat/pafat.css17
-rw-r--r--p/themes/Pafat/pafat.rtl.css17
2 files changed, 34 insertions, 0 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index 1d9b460c7..b513ba7ea 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.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;
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;