aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Screwdriver/screwdriver.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-02-05 00:02:06 +0100
committerGravatar GitHub <noreply@github.com> 2022-02-05 00:02:06 +0100
commitdc27baa7d67f4bc601ced80229844a88a7ca23d4 (patch)
treeae1999aa38ce2668745e923cad74b08491500157 /p/themes/Screwdriver/screwdriver.css
parent3938492b8a01967ca72c9d877f499ac8069bb701 (diff)
Improved: unread articles counter (#4166)
* Update template.css * CSS base template * CSS themes * white spaces fixed * Update ansum.rtl.css * fix themes * fix css * fix scss * theme swage * Theme Screwdriver * theme BlueLagoon fine tuning * theme Parfat tuneing * Fix merge bugs Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Screwdriver/screwdriver.css')
-rw-r--r--p/themes/Screwdriver/screwdriver.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index a943642c8..17a3535d1 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -673,12 +673,14 @@ a.btn {
}
/*=== Aside main page (categories) */
-.aside_feed .tree-folder-title > .title:not([data-unread="0"])::after {
- position: absolute;
- right: 3px;
- padding: 1px 5px;
- color: #fff;
- text-shadow: 0 1px rgba(255,255,255,0.08);
+.aside.aside_feed .category .title:not([data-unread="0"])::after {
+ background-color: #d18114;
+}
+
+.aside.aside_feed .feed .item-title:not([data-unread="0"])::after {
+ background-color: #222;
+ color: #ccc;
+ border: 1px solid #333;
}
.aside_feed .btn-important {