Correction de https://github.com/marienfressinaud/FreshRSS/commit/8f002eb042d06abc464466bdc4cacb37b63a8f7e En réponse à https://github.com/marienfressinaud/FreshRSS/pull/322
@@ -251,6 +251,7 @@
}
.flux_header {
+ background: inherit;
height: 25px;
font-size: 12px;
border-top: 1px solid #ddd;
@@ -283,15 +284,15 @@
height: 40px;
.flux .item.title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
.flux .item.title:hover {
- background: #FFF;
overflow: visible;
- padding-right: 1.5em;
position: absolute;
+ padding-right: 1.5em;
.flux .item.title a {
color: #000;
@@ -237,6 +237,7 @@ body {
border-top: 1px solid #ecf0f1;
@@ -265,15 +266,15 @@ body {
padding: 5px;
color: #333;