Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit ec99f84

Browse files
committed
change
1 parent c28bf84 commit ec99f84

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

css/obBase.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4777,6 +4777,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
47774777
background-color: #252525;
47784778
transform: translateY(100%);
47794779
opacity: 0;
4780+
border-radius: 4px;
47804781
transition: transform 300ms ease, right 0.5s ease;
47814782
}
47824783

@@ -4785,6 +4786,10 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
47854786
transform: translateY(0);
47864787
}
47874788

4789+
.backToTop:active {
4790+
opacity: .75;
4791+
}
4792+
47884793
#ov1.chatOpen .backToTop {
47894794
right: 303px;
47904795
}

js/languages/en-US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
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",

js/templates/backToTop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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>

0 commit comments

Comments
 (0)