diff options
author | silverwind <me@silverwind.io> | 2020-03-17 20:08:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 15:08:15 -0400 |
commit | 85fb33a65ffa9d5f0c073a01fcb5a7ef1b7311a4 (patch) | |
tree | 336f0d1af2a5ab1180d84f23c1ca58351d69222c /web_src/less/themes/theme-arc-green.less | |
parent | 43c09134a972dc421aa06fb303697671c828cf67 (diff) | |
download | gitea-85fb33a65ffa9d5f0c073a01fcb5a7ef1b7311a4.tar.gz gitea-85fb33a65ffa9d5f0c073a01fcb5a7ef1b7311a4.zip |
move jquery-datetimepicker to npm/webpack (#10713)
- update to latest version and move to npm
- adapt for api changes and css class rename
- add specificity to arc-green rules as dependency css now loads later
- use imports-loader to make it load correctly
- fix some wrong paths in librejs
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/less/themes/theme-arc-green.less')
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index fdae5ecdc1..a979149c55 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -1345,12 +1345,12 @@ a.ui.labels .label:hover { } } -.xdsoft_datetimepicker { +body .xdsoft_datetimepicker { background: #2a2e39; border: 1px solid #4c505c; color: #9e9e9e; - .xdsoft_mounthpicker { + .xdsoft_monthpicker { height: 36px; background: #464c5d; margin: -2px -8px 2px; @@ -1416,7 +1416,6 @@ a.ui.labels .label:hover { background: #a0cc75; color: #000000; } - } } |