mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-22 16:21:18 -04:00
fixed themes Origine and Origine compact (#4059)
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user