From 3f380304a34dfe1f9156d7c7107307c4e2259f8c Mon Sep 17 00:00:00 2001 From: UltraLion <49597041+UltraLionfr@users.noreply.github.com> Date: Wed, 1 Sep 2021 16:02:58 +0200 Subject: [PATCH] Update one_piece.css --- css/one_piece.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/css/one_piece.css b/css/one_piece.css index 8953033..05c4b8e 100644 --- a/css/one_piece.css +++ b/css/one_piece.css @@ -9321,3 +9321,24 @@ textarea::-webkit-scrollbar { box-shadow: 0 0 2px white; border: 0px solid --main-color; } + +/*clickable button infinite*/ +@keyframes wiggle { + 0% {-webkit-transform: rotate(5deg);} + 25% {-webkit-transform: rotate(-5deg);} + 50% {-webkit-transform: rotate(5deg);} + 75% {-webkit-transform: rotate(-5deg);} + 100% {-webkit-transform: rotate(5deg);} +} +.clickable-3rdHwn:hover .icon-22AiRD {animation: wiggle .8s infinite;} +/*End clickable button infinite*/ +/*Search option*/ +.searchBar-3dMhjb, .iconContainer-O4O2CN {transition: 300ms;} +.search-2oPWTC:not(.open-6_Y_aH) > .searchBar-3dMhjb {width: 24px;height: 24px;background: transparent;cursor: pointer;} +.search-2oPWTC:not(.open-6_Y_aH) > .searchBar-3dMhjb:hover .icon-3cZ1F_ {color: var(--interactive-hover)} +.search-2oPWTC:not(.open-6_Y_aH) .iconContainer-O4O2CN {width: 24px; height: 24px;} +.search-2oPWTC:not(.open-6_Y_aH) .icon-3cZ1F_ {color: var(--interactive-normal); cursor: pointer;} + +#MemberCount { + background: transparent!important; +}