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

Commit fe5c1d7

Browse files
committed
changed color of back to top button, plus adjusted positioning when chat is open
1 parent 89b8c15 commit fe5c1d7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

css/obBase.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,11 @@ form {
319319
#sideBar {
320320
position: fixed;
321321
right: -183px;
322-
top: 78px;
322+
top: 75px;
323323
width:230px;
324324
background-color: #252525;
325325
border-left: 0;
326-
height: calc(100% - 50px);
326+
height: calc(100% - 71px);
327327
z-index: 0;
328328
transition: right 0.5s ease;
329329
color: #DDD;
@@ -6208,13 +6208,17 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
62086208
bottom: 15px;
62096209
right: 73px;
62106210
padding: 10px;
6211-
background-color: #086A9E;
6211+
background-color: #252525;
62126212
transform: translateY(100%);
62136213
opacity: 0;
6214-
transition: all 300ms ease;
6214+
transition: transform 300ms ease, right 0.5s ease;
62156215
}
62166216

62176217
.backToTop.slideUp {
62186218
opacity: 1;
62196219
transform: translateY(0);
62206220
}
6221+
6222+
#ov1.chatOpen .backToTop {
6223+
right: 303px;
6224+
}

0 commit comments

Comments
 (0)