Преглед на файлове

CSS : style pour les titres trop longs (correction)

Correction de
https://github.com/marienfressinaud/FreshRSS/commit/8f002eb042d06abc464466bdc4cacb37b63a8f7e
En réponse à https://github.com/marienfressinaud/FreshRSS/pull/322
Alexandre Alapetite преди 12 години
родител
ревизия
5c779a09eb
променени са 2 файла, в които са добавени 6 реда и са изтрити 4 реда
  1. 3 2
      public/themes/default/freshrss.css
  2. 3 2
      public/themes/flat-design/freshrss.css

+ 3 - 2
public/themes/default/freshrss.css

@@ -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 {
+			background: inherit;
 			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;

+ 3 - 2
public/themes/flat-design/freshrss.css

@@ -237,6 +237,7 @@ body {
 	}
 
 	.flux_header {
+		background: inherit;
 		height: 25px;
 		font-size: 12px;
 		border-top: 1px solid #ecf0f1;
@@ -265,15 +266,15 @@ body {
 				padding: 5px;
 			}
 		.flux .item.title {
+			background: inherit;
 			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: #333;