diff options
| author | 2021-12-31 13:20:20 +0100 | |
|---|---|---|
| committer | 2021-12-31 13:20:20 +0100 | |
| commit | 0e683ee5d223a32dbe9a2d63d583a95d248bfc94 (patch) | |
| tree | e0886b81b1d489da739cf89ae7ef349f790e944b | |
| parent | a29f161e44aeeaa96f59ba9d97357b6e7657a508 (diff) | |
fixed themes Origine and Origine compact (#4059)
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.css | 11 | ||||
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.rtl.css | 11 | ||||
| -rw-r--r-- | p/themes/Origine/origine.css | 11 | ||||
| -rw-r--r-- | 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 { |
