diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-13 17:03:01 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-13 18:03:21 +0200 |
commit | 2bc9bd08cd121bdffbf56a0241c4decfb77bfdd5 (patch) | |
tree | 46ec5dab14adfd7e317fdc1c29d62fed89982f98 /client/src/app/shared | |
parent | 92e4ca0d95f61994626233866c57b5b078ef9c5a (diff) | |
download | PeerTube-2bc9bd08cd121bdffbf56a0241c4decfb77bfdd5.tar.gz PeerTube-2bc9bd08cd121bdffbf56a0241c4decfb77bfdd5.tar.zst PeerTube-2bc9bd08cd121bdffbf56a0241c4decfb77bfdd5.zip |
Improving select displays, focus box-shadows for paginators, instructions for index url
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/forms/timestamp-input.component.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/app/shared/forms/timestamp-input.component.scss b/client/src/app/shared/forms/timestamp-input.component.scss index e7dbcd997..9671cc65f 100644 --- a/client/src/app/shared/forms/timestamp-input.component.scss +++ b/client/src/app/shared/forms/timestamp-input.component.scss | |||
@@ -1,8 +1,15 @@ | |||
1 | @import 'variables'; | ||
2 | |||
1 | p-inputmask { | 3 | p-inputmask { |
2 | ::ng-deep input { | 4 | ::ng-deep input { |
3 | width: 80px; | 5 | width: 80px; |
4 | font-size: 15px; | 6 | font-size: 15px; |
5 | 7 | ||
6 | border: none; | 8 | border: none; |
9 | |||
10 | &:focus-within, | ||
11 | &:focus { | ||
12 | box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest); | ||
13 | } | ||
7 | } | 14 | } |
8 | } | 15 | } |