diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-05 03:49:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-05 03:49:58 +0900 |
| commit | e9afc1d867250184e29de3428ae271b64a00a1f6 (patch) | |
| tree | ccbbd198622fada4f4499f43ad04e6d99286d6e8 /src/client/components/ui/range.vue | |
| parent | :art: (diff) | |
| download | sharkey-e9afc1d867250184e29de3428ae271b64a00a1f6.tar.gz sharkey-e9afc1d867250184e29de3428ae271b64a00a1f6.tar.bz2 sharkey-e9afc1d867250184e29de3428ae271b64a00a1f6.zip | |
refactror
Diffstat (limited to 'src/client/components/ui/range.vue')
| -rw-r--r-- | src/client/components/ui/range.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/ui/range.vue b/src/client/components/ui/range.vue index 7fb857f520..2c815912bb 100644 --- a/src/client/components/ui/range.vue +++ b/src/client/components/ui/range.vue @@ -95,7 +95,7 @@ export default Vue.extend({ -webkit-appearance: none; -moz-appearance: none; appearance: none; - background: var(--xxubwiul); + background: var(--X10); height: 7px; margin: 0 8px; outline: 0; |