Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrii Selivanov <selivano.d@gmail.com>2021-12-03 01:31:07 +0300
committerDmitrii Selivanov <selivano.d@gmail.com>2021-12-03 01:31:07 +0300
commit12c0cf990760b1d7e9f6b404654f973a6ad11b7e (patch)
tree1a738890d7163bcda51a6c9cfe43a3b3e9eb2c26
parent9537baaf0f6caa6ef7e7cd130efa57dcb3c42911 (diff)
Revert "Merge pull request #150 from Pdzly/main"
This reverts commit e0265c7f247fe7a0227ac7daf716c2357e480416, reversing changes made to 5838666e5b6a25bad276c0449e5ae8b750100ecc.
-rw-r--r--Extensions/chrome/popup.css35
-rw-r--r--Extensions/firefox/popup.css35
2 files changed, 0 insertions, 70 deletions
diff --git a/Extensions/chrome/popup.css b/Extensions/chrome/popup.css
index a8930e4..2f54c1d 100644
--- a/Extensions/chrome/popup.css
+++ b/Extensions/chrome/popup.css
@@ -1,27 +1,3 @@
-/* Animations */
-/* Rainbox-Animation */
-@-o-keyframes rainbow {
- 0%{background-position:0% 82%}
- 50%{background-position:100% 19%}
- 100%{background-position:0% 82%}
-}
-@keyframes rainbow {
- 0%{background-position:0% 82%}
- 50%{background-position:100% 19%}
- 100%{background-position:0% 82%}
-}
-
-@-webkit-keyframes rainbow {
- 0%{background-position:0% 82%}
- 50%{background-position:100% 19%}
- 100%{background-position:0% 82%}
-}
-@-moz-keyframes rainbow {
- 0%{background-position:0% 82%}
- 50%{background-position:100% 19%}
- 100%{background-position:0% 82%}
-}
-
/* Variables */
:root {
--background: #111;
@@ -53,17 +29,6 @@ button {
border-radius: 4px;
font-weight: 500;
box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
- transition: 0.5s;
-}
-
-button:hover {
- color: var(--secondary);
- background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
- background-size: 1800% 1800%;
- -webkit-animation: rainbow 18s ease infinite;
- -z-animation: rainbow 18s ease infinite;
- -o-animation: rainbow 18s ease infinite;
- animation: rainbow 18s ease infinite;
}
#advancedToggle {
diff --git a/Extensions/firefox/popup.css b/Extensions/firefox/popup.css
index 5b042c6..a9b86ad 100644
--- a/Extensions/firefox/popup.css
+++ b/Extensions/firefox/popup.css
@@ -1,27 +1,3 @@
-/* Animations */
-/* Rainbox-Animation */
-@-o-keyframes rainbow {
- 0%{background-position:0% 82%}
- 50%{background-position:100% 19%}
- 100%{background-position:0% 82%}
-}
-@keyframes rainbow {
- 0%{background-position:0% 82%}
- 50%{background-position:100% 19%}
- 100%{background-position:0% 82%}
-}
-
-@-webkit-keyframes rainbow {
- 0%{background-position:0% 82%}
- 50%{background-position:100% 19%}
- 100%{background-position:0% 82%}
-}
-@-moz-keyframes rainbow {
- 0%{background-position:0% 82%}
- 50%{background-position:100% 19%}
- 100%{background-position:0% 82%}
-}
-
/* Variables */
:root {
--background: #111;
@@ -53,17 +29,6 @@ button {
border-radius: 4px;
font-weight: 500;
box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
- transition: 0.5s;
-}
-
-button:hover {
- color: var(--secondary);
- background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
- background-size: 1800% 1800%;
- -webkit-animation: rainbow 18s ease infinite;
- -z-animation: rainbow 18s ease infinite;
- -o-animation: rainbow 18s ease infinite;
- animation: rainbow 18s ease infinite;
}
#advancedToggle {