diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-09 21:31:38 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-09 21:31:38 +0900 |
| commit | b41ec373803299f83a5487b356780ce241fca2ad (patch) | |
| tree | 91485a59c0a333ed0e37ec74ad60fef7f1fceedf /src/web | |
| parent | :art: (diff) | |
| download | misskey-b41ec373803299f83a5487b356780ce241fca2ad.tar.gz misskey-b41ec373803299f83a5487b356780ce241fca2ad.tar.bz2 misskey-b41ec373803299f83a5487b356780ce241fca2ad.zip | |
:art:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/desktop/tags/ui.tag | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/web/app/desktop/tags/ui.tag b/src/web/app/desktop/tags/ui.tag index 6a4982877f..36f9cc343f 100644 --- a/src/web/app/desktop/tags/ui.tag +++ b/src/web/app/desktop/tags/ui.tag @@ -137,23 +137,28 @@ > input user-select text cursor auto - margin 0 + margin 8px 0 0 0 padding 6px 18px width 14em - height 48px + height 32px font-size 1em - line-height calc(48px - 12px) - background transparent + background rgba(0, 0, 0, 0.05) outline none //border solid 1px #ddd border none - border-radius 0 + border-radius 16px transition color 0.5s ease, border 0.5s ease font-family FontAwesome, sans-serif &::-webkit-input-placeholder color #9eaba8 + &:hover + background rgba(0, 0, 0, 0.08) + + &:focus + box-shadow 0 0 0 2px rgba($theme-color, 0.5) !important + </style> <script> this.mixin('page'); |