Bläddra i källkod

fix update page button (#5802)

Co-authored-by: math-gh <>
maTh 2 år sedan
förälder
incheckning
3b408443be

+ 0 - 18
p/themes/Origine/origine.css

@@ -291,24 +291,6 @@ form th {
 	text-decoration: none;
 }
 
-.btn-state1.hide {
-	display: none;
-}
-
-.btn-state2 {
-	display: none;
-}
-
-.btn-state2.show {
-	display: inline-block;
-}
-
-#button-update-loading {
-	background: var(--frss-loading-image) 0.5rem center no-repeat;
-	background-size: 1rem;
-	padding-left: 2rem;
-}
-
 a:hover .icon {
 	filter: brightness(1.5);
 	transition: 0.1s linear;

+ 0 - 18
p/themes/Origine/origine.rtl.css

@@ -291,24 +291,6 @@ form th {
 	text-decoration: none;
 }
 
-.btn-state1.hide {
-	display: none;
-}
-
-.btn-state2 {
-	display: none;
-}
-
-.btn-state2.show {
-	display: inline-block;
-}
-
-#button-update-loading {
-	background: var(--frss-loading-image) 0.5rem center no-repeat;
-	background-size: 1rem;
-	padding-right: 2rem;
-}
-
 a:hover .icon {
 	filter: brightness(1.5);
 	transition: 0.1s linear;

+ 18 - 0
p/themes/base-theme/frss.css

@@ -477,6 +477,24 @@ td.numeric {
 	font-weight: bold;
 }
 
+.btn-state1.hide {
+	display: none;
+}
+
+.btn-state2 {
+	display: none;
+}
+
+.btn-state2.show {
+	display: inline-block;
+}
+
+#button-update-loading {
+	background: var(--frss-loading-image) 0.5rem center no-repeat;
+	background-size: 1rem;
+	padding-left: 2rem;
+}
+
 /*=== switch */
 .switch {
 	margin: 0 0.5em;

+ 18 - 0
p/themes/base-theme/frss.rtl.css

@@ -477,6 +477,24 @@ td.numeric {
 	font-weight: bold;
 }
 
+.btn-state1.hide {
+	display: none;
+}
+
+.btn-state2 {
+	display: none;
+}
+
+.btn-state2.show {
+	display: inline-block;
+}
+
+#button-update-loading {
+	background: var(--frss-loading-image) 0.5rem center no-repeat;
+	background-size: 1rem;
+	padding-right: 2rem;
+}
+
 /*=== switch */
 .switch {
 	margin: 0 0.5em;