aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2023-11-01 14:17:33 +0100
committerGravatar GitHub <noreply@github.com> 2023-11-01 14:17:33 +0100
commit3b408443be19b3fec766a1d14f6dbc31bb9c5434 (patch)
tree2f6363dc57417c2bd555c43ebb675cfba4f55965
parent61f01d9c35111288bafcf12e87aa30f35cfc07d8 (diff)
fix update page button (#5802)
Co-authored-by: math-gh <>
-rw-r--r--p/themes/Origine/origine.css18
-rw-r--r--p/themes/Origine/origine.rtl.css18
-rw-r--r--p/themes/base-theme/frss.css18
-rw-r--r--p/themes/base-theme/frss.rtl.css18
4 files changed, 36 insertions, 36 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 219045d2e..335e56fe0 100644
--- a/p/themes/Origine/origine.css
+++ b/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;
diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css
index f5c3b67c0..f670720f8 100644
--- a/p/themes/Origine/origine.rtl.css
+++ b/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;
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index b95b29466..49188f888 100644
--- a/p/themes/base-theme/frss.css
+++ b/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;
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index 5ad165b69..1452b1f7c 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/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;