From 0e683ee5d223a32dbe9a2d63d583a95d248bfc94 Mon Sep 17 00:00:00 2001 From: maTh Date: Fri, 31 Dec 2021 13:20:20 +0100 Subject: fixed themes Origine and Origine compact (#4059) Co-authored-by: Alexandre Alapetite --- p/themes/Origine-compact/origine-compact.css | 11 +++-------- p/themes/Origine-compact/origine-compact.rtl.css | 11 +++-------- p/themes/Origine/origine.css | 11 +++-------- p/themes/Origine/origine.rtl.css | 11 +++-------- 4 files changed, 12 insertions(+), 32 deletions(-) diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index c56ab4181..b035b0b3d 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -1065,18 +1065,13 @@ a.btn, /*=== GLOBAL VIEW */ /*================*/ -.box.category .box-title .title { - font-weight: normal; - text-decoration: none; - text-align: left; -} - .box.category:not([data-unread="0"]) .box-title { background: #0084cc; } -.box.category:not([data-unread="0"]) .box-title:active { - background: #3498db; +.box.category .box-title .title { + display: block; + font-weight: normal; } .box.category:not([data-unread="0"]) .box-title .title { diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index 3cad54d28..a7cc0998c 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -1065,18 +1065,13 @@ a.btn, /*=== GLOBAL VIEW */ /*================*/ -.box.category .box-title .title { - font-weight: normal; - text-decoration: none; - text-align: right; -} - .box.category:not([data-unread="0"]) .box-title { background: #0084cc; } -.box.category:not([data-unread="0"]) .box-title:active { - background: #3498db; +.box.category .box-title .title { + display: block; + font-weight: normal; } .box.category:not([data-unread="0"]) .box-title .title { diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 7dfd5216b..e13b68915 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -999,18 +999,13 @@ a.btn { /*=== GLOBAL VIEW */ /*================*/ -.box.category .box-title .title { - font-weight: normal; - text-decoration: none; - text-align: left; -} - .box.category:not([data-unread="0"]) .box-title { background: #0084cc; } -.box.category:not([data-unread="0"]) .box-title:active { - background: #3498db; +.box.category .box-title .title { + display: block; + font-weight: normal; } .box.category:not([data-unread="0"]) .box-title .title { diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index 048c1c231..9c71eed3b 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/p/themes/Origine/origine.rtl.css @@ -999,18 +999,13 @@ a.btn { /*=== GLOBAL VIEW */ /*================*/ -.box.category .box-title .title { - font-weight: normal; - text-decoration: none; - text-align: right; -} - .box.category:not([data-unread="0"]) .box-title { background: #0084cc; } -.box.category:not([data-unread="0"]) .box-title:active { - background: #3498db; +.box.category .box-title .title { + display: block; + font-weight: normal; } .box.category:not([data-unread="0"]) .box-title .title { -- cgit v1.2.3