diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-04 01:04:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-04 01:04:53 +0900 |
| commit | 9b5e623130c2143eb789a2558c705712000cf53a (patch) | |
| tree | 17976cfabb535d17d8d0f2242dad0805cc7218b5 /src/client | |
| parent | :art: (diff) | |
| download | misskey-9b5e623130c2143eb789a2558c705712000cf53a.tar.gz misskey-9b5e623130c2143eb789a2558c705712000cf53a.tar.bz2 misskey-9b5e623130c2143eb789a2558c705712000cf53a.zip | |
:art:
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/ui/select.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/ui/select.vue b/src/client/app/common/views/components/ui/select.vue index a2cb600bc0..e8b45a4a29 100644 --- a/src/client/app/common/views/components/ui/select.vue +++ b/src/client/app/common/views/components/ui/select.vue @@ -94,7 +94,7 @@ root(fill) width 24px text-align center line-height 32px - color rgba(#000, 0.54) + color var(--inputLabel) &:not(:empty) + .input margin-left 28px |