This repository was archived by the owner on May 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4777,6 +4777,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
47774777 background- color : # 252525;
47784778 transfor m: translateY(100%);
47794779 opacity: 0;
4780+ bor der- radius: 4px;
47804781 transition: transfor m 300ms ease, right 0.5s ease;
47814782}
47824783
@@ -4785,6 +4786,10 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
47854786 transfor m: translateY(0);
47864787}
47874788
4789+ .backToTop : active {
4790+ opacity: .75;
4791+ }
4792+
47884793# ov1 .chatOpen .backToTop {
47894794 right: 303px;
47904795}
Original file line number Diff line number Diff line change 3030 "Excellent" : " Excellent" ,
3131 "Good" : " Good" ,
3232 "Poor" : " Poor" ,
33+ "ToTop" : " Back to top" ,
3334 "StillValidating" : " Your handle is still validating. Click to save any changes on this page, and recheck your handle." ,
3435 "RefreshHandleStatus" : " Recheck Your Handle Status" ,
3536 "GoToOneName" : " Go to Onename.com" ,
Original file line number Diff line number Diff line change 1- < div class ="backToTop clickable zIndex1 <% ob.className && print(ob.className) %> "> < span class ="icon ion-chevron-up "> </ span > Back To Top </ div >
1+ < div class ="backToTop clickable zIndex1 <% ob.className && print(ob.className) %> "> < span class ="icon ion-chevron-up fontSize10 textOpacity75 "> </ span > < %= polyglot.t('ToTop') % > </ div >
You can’t perform that action at this time.
0 commit comments