From 8fabf77b2a7720a357c63817c07035a9908818a0 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:50 +0100 Subject: Update --- Neutron-trunk/resources/css/polymer/scrollbars.css | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 Neutron-trunk/resources/css/polymer/scrollbars.css (limited to 'Neutron-trunk/resources/css/polymer/scrollbars.css') diff --git a/Neutron-trunk/resources/css/polymer/scrollbars.css b/Neutron-trunk/resources/css/polymer/scrollbars.css deleted file mode 100644 index 522cfd5..0000000 --- a/Neutron-trunk/resources/css/polymer/scrollbars.css +++ /dev/null @@ -1,24 +0,0 @@ -::-webkit-scrollbar { - width: 10px; -} - -/* Track */ -::-webkit-scrollbar-track { - background-color: rgba(0, 0, 0, .25); -} - -/* Handle */ -::-webkit-scrollbar-thumb { - background-color: rgba(0, 0, 0, 0.5); - border-radius: 999px; -} - -/* Handle on hover */ -::-webkit-scrollbar-thumb:hover { - background-color: rgba(0, 0, 0, 0.7); -} - -/* Handle on hold */ -::-webkit-scrollbar-thumb:active { - background-color: rgb(0, 0, 0) !important; -} \ No newline at end of file -- cgit