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

Fix alert-warn background (#3015)

Fix minor CSS regression from
https://github.com/FreshRSS/FreshRSS/pull/2990
Alexandre Alapetite пре 5 година
родитељ
комит
17baf9970f
2 измењених фајлова са 10 додато и 2 уклоњено
  1. 5 1
      p/themes/base-theme/template.css
  2. 5 1
      p/themes/base-theme/template.rtl.css

+ 5 - 1
p/themes/base-theme/template.css

@@ -384,6 +384,10 @@ a.btn {
 	width: 90%;
 }
 
+.alert-warn {
+	background: inherit;
+}
+
 .group-controls .alert {
 	width: 100%
 }
@@ -604,7 +608,7 @@ input[type="search"] {
 	table-layout: fixed;
 }
 
-#stream {
+#stream:not(.alert-warn) {
 	background: inherit;
 }
 

+ 5 - 1
p/themes/base-theme/template.rtl.css

@@ -384,6 +384,10 @@ a.btn {
 	width: 90%;
 }
 
+.alert-warn {
+	background: inherit;
+}
+
 .group-controls .alert {
 	width: 100%
 }
@@ -604,7 +608,7 @@ input[type="search"] {
 	table-layout: fixed;
 }
 
-#stream {
+#stream:not(.alert-warn) {
 	background: inherit;
 }