summaryrefslogtreecommitdiffstats
path: root/dist/static/jquery/scrollbar-jquery/scrollbar.css
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-24 01:00:37 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-24 01:00:37 +0200
commitb896880f0a1d08f1e46f69676bab95af6ec44b50 (patch)
tree09a19e3f1c05845e6e88f17f5b824b8656ca1828 /dist/static/jquery/scrollbar-jquery/scrollbar.css
downloadIRC-b896880f0a1d08f1e46f69676bab95af6ec44b50.tar.gz
IRC-b896880f0a1d08f1e46f69676bab95af6ec44b50.tar.zst
IRC-b896880f0a1d08f1e46f69676bab95af6ec44b50.zip
Initial commit
Diffstat (limited to 'dist/static/jquery/scrollbar-jquery/scrollbar.css')
-rw-r--r--dist/static/jquery/scrollbar-jquery/scrollbar.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/static/jquery/scrollbar-jquery/scrollbar.css b/dist/static/jquery/scrollbar-jquery/scrollbar.css
new file mode 100644
index 0000000..1aec223
--- /dev/null
+++ b/dist/static/jquery/scrollbar-jquery/scrollbar.css
@@ -0,0 +1,11 @@
+#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 .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