fixed themes Origine and Origine compact (#4059)

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
maTh
2021-12-31 13:20:20 +01:00
committed by GitHub
parent a29f161e44
commit 0e683ee5d2
4 changed files with 12 additions and 32 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {