|
|
@@ -388,7 +388,6 @@ img.favicon {
|
|
|
.box .box-content .item {
|
|
|
padding: 0 10px;
|
|
|
font-size: 0.9rem;
|
|
|
- line-height: 2.5em;
|
|
|
}
|
|
|
|
|
|
/*=== Draggable */
|
|
|
@@ -524,10 +523,6 @@ img.favicon {
|
|
|
|
|
|
}
|
|
|
|
|
|
-.category .title:not([data-unread="0"])::after {
|
|
|
- content: attr(data-unread);
|
|
|
-}
|
|
|
-
|
|
|
li.item.active {
|
|
|
background-color: var(--bg);
|
|
|
font-weight: bold;
|
|
|
@@ -754,7 +749,6 @@ li.item.active {
|
|
|
/*===========*/
|
|
|
.category .title.error::before {
|
|
|
color: var(--accent-light);
|
|
|
- content: "⚠ ";
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -794,11 +788,6 @@ li.item.active {
|
|
|
.flux_content .content a {
|
|
|
color: #000;
|
|
|
}
|
|
|
-
|
|
|
- .flux_content .content a::after {
|
|
|
- content: " [" attr(href) "] ";
|
|
|
- font-style: italic;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
/*=== PREVIEW */
|
|
|
@@ -834,15 +823,6 @@ li.item.active {
|
|
|
margin: -1px;
|
|
|
}
|
|
|
|
|
|
-.feed .item-title:not([data-unread="0"])::before {
|
|
|
- content: "(" attr(data-unread) ") ";
|
|
|
- display: none
|
|
|
-}
|
|
|
-
|
|
|
-.feed .item-title:not([data-unread="0"])::after {
|
|
|
- content: " (" attr(data-unread) ")";
|
|
|
-}
|
|
|
-
|
|
|
|
|
|
/*BEGINS BASE.CSS*/
|
|
|
|
|
|
@@ -899,7 +879,6 @@ input.extend {
|
|
|
|
|
|
/*=== Dropdown */
|
|
|
.dropdown-menu::after {
|
|
|
- content: "";
|
|
|
position: absolute;
|
|
|
top: -6px;
|
|
|
right: 13px;
|