From c7b3012c7aba9cdbe90932c9d37057f26b3a1e33 Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Mon, 24 May 2021 17:38:15 +0200 Subject: Backend added --- dist/static/jquery/scrollbar-jquery/scrollbar.css | 58 +++++++++++++++++++---- 1 file changed, 48 insertions(+), 10 deletions(-) (limited to 'dist/static/jquery/scrollbar-jquery/scrollbar.css') diff --git a/dist/static/jquery/scrollbar-jquery/scrollbar.css b/dist/static/jquery/scrollbar-jquery/scrollbar.css index 1aec223..0efd57d 100644 --- a/dist/static/jquery/scrollbar-jquery/scrollbar.css +++ b/dist/static/jquery/scrollbar-jquery/scrollbar.css @@ -1,11 +1,49 @@ -#chatlist { width: 520px; clear: both; margin: 20px 0 10px; } -#chatlist .viewport { width: 500px; height: 200px; overflow: hidden; position: relative; } -#chatlist .overview { list-style: none; position: absolute; left: 0; top: 0; } +#chatlist { + width: 570px; + clear: both; + margin: 5px auto; +} +#chatlist .viewport { + width: 550px; + height: 600px; + overflow: hidden; + position: relative; +} +#chatlist .overview { + list-style: none; + position: absolute; + left: 0; + top: 0; +} #chatlist .thumb .end, -#chatlist .thumb { background-color: #003D5D; } -#chatlist .scrollbar { position: relative; float: right; width: 15px; } -#chatlist .track { background-color: #D8EEFD; height: 100%; width:13px; position: relative; padding: 0 1px; } -#chatlist .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; } -#chatlist .thumb .end { overflow: hidden; height: 5px; width: 13px; } -#chatlist .disable{ display: none; } -.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; } \ No newline at end of file +#chatlist .thumb { + background-color: #b8a01e; +} +#chatlist .scrollbar { + position: relative; + float: right; + width: 15px; +} +#chatlist .track { + background-color: #233f52; + height: 100%; + width: 13px; + position: relative; + padding: 0 1px; +} +#chatlist .thumb { + height: 20px; + width: 13px; + cursor: pointer; + overflow: hidden; + position: absolute; + top: 0; +} +#chatlist .thumb .end { + overflow: hidden; + height: 5px; + width: 13px; +} +#chatlist .disable { + display: none; +} \ No newline at end of file -- cgit v1.3.1