aboutsummaryrefslogtreecommitdiffstats
path: root/public/css/theme-arc-green.css
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2019-11-14 22:39:51 +0100
committerzeripath <art27@cantab.net>2019-11-14 21:39:51 +0000
commit3621944c2d381d159cf2622328927cf282f0b3e0 (patch)
tree17c4b38f851fae79c0084ce47a425b39f99f56c7 /public/css/theme-arc-green.css
parent4b5ebb93e48f04227ec18cf042e916df4eafe830 (diff)
downloadgitea-3621944c2d381d159cf2622328927cf282f0b3e0.tar.gz
gitea-3621944c2d381d159cf2622328927cf282f0b3e0.zip
modernize js and use babel (#8973)
* modernize js and use babel - add babel toolchain to transform modern JS to ES5 - extend eslint config for modern rules - fixes linting issues via `eslint --fix` and manual fixes * run 'make css' to satisfy CI * code style tweaks and set js indendation to 2 in .editorconfig * regenerate js
Diffstat (limited to 'public/css/theme-arc-green.css')
-rw-r--r--public/css/theme-arc-green.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/theme-arc-green.css b/public/css/theme-arc-green.css
index 74a7c3ddc3..6b28d54925 100644
--- a/public/css/theme-arc-green.css
+++ b/public/css/theme-arc-green.css
@@ -14,7 +14,7 @@ body{background:#383c4a;color:#9e9e9e}
*{scrollbar-width:thin;scrollbar-color:#87ab63 rgba(255,255,255,.1)}
::-webkit-scrollbar{-webkit-appearance:none!important;width:10px!important;height:10px!important}
::-webkit-scrollbar-track{border-radius:0!important;background:rgba(255,255,255,.1)!important}
-::-webkit-scrollbar-thumb{cursor:pointer!important;border-radius:5px!important;transition:color .2s ease!important;background:#87ab63!important}
+::-webkit-scrollbar-thumb{cursor:pointer!important;border-radius:5px!important;-webkit-transition:color .2s ease!important;transition:color .2s ease!important;background:#87ab63!important}
::-webkit-scrollbar-thumb:window-inactive{background:#87ab63!important}
::-webkit-scrollbar-thumb:hover{background:#87ab63!important}
a{color:#87ab63}