Преглед изворни кода

CSS : style pour les titres trop longs

En réponse à https://github.com/marienfressinaud/FreshRSS/pull/322
Alexandre Alapetite пре 12 година
родитељ
комит
8f002eb042
2 измењених фајлова са 15 додато и 0 уклоњено
  1. 6 0
      public/themes/default/freshrss.css
  2. 9 0
      public/themes/flat-design/freshrss.css

+ 6 - 0
public/themes/default/freshrss.css

@@ -286,6 +286,12 @@
 			overflow: hidden;
 			white-space: nowrap;
 			text-overflow: ellipsis;
+		}
+		.flux .item.title:hover {
+			background: #FFF;
+			overflow: visible;
+			padding-right: 1.5em;
+			position: absolute;
 		}
 			.flux .item.title a {
 				color: #000;

+ 9 - 0
public/themes/flat-design/freshrss.css

@@ -220,6 +220,9 @@ body {
 .flux {
 	border-left: 3px solid #ecf0f1;
 }
+	.flux:hover {
+		background: #fff;
+	}
 	.flux.not_read {
 		border-left-color: #FF5300;
 		background: #FFF3ED;
@@ -265,6 +268,12 @@ body {
 			overflow: hidden;
 			white-space: nowrap;
 			text-overflow: ellipsis;
+		}
+		.flux .item.title:hover {
+			background: #FFF;
+			overflow: visible;
+			padding-right: 1.5em;
+			position: absolute;
 		}
 			.flux .item.title a {
 				color: #333;