summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/Origine-compact/origine-compact.css11
-rw-r--r--p/themes/Origine-compact/origine-compact.rtl.css11
-rw-r--r--p/themes/Origine/origine.css11
-rw-r--r--p/themes/Origine/origine.rtl.css11
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 {