From: Rigel Kent Date: Thu, 2 Apr 2020 09:39:14 +0000 (+0200) Subject: Use form-control to display box-shadow on form inputs/selects upon focus X-Git-Tag: v2.2.0-rc.1~311 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6d5ff7604a3c2a94ff8814e2df7ca7bb2b48634;p=oweals%2Fpeertube.git Use form-control to display box-shadow on form inputs/selects upon focus --- diff --git a/client/src/app/+about/about-instance/contact-admin-modal.component.html b/client/src/app/+about/about-instance/contact-admin-modal.component.html index c3c71bdee..7d93796ec 100644 --- a/client/src/app/+about/about-instance/contact-admin-modal.component.html +++ b/client/src/app/+about/about-instance/contact-admin-modal.component.html @@ -10,7 +10,7 @@
{{ formErrors.fromName }}
@@ -19,7 +19,7 @@
{{ formErrors.fromEmail }}
@@ -28,7 +28,7 @@
{{ formErrors.subject }}
@@ -36,7 +36,7 @@
-
{{ formErrors.body }}
@@ -44,9 +44,10 @@
{{ error }}
- - Cancel - +
{{ formErrors.instance.name }}
@@ -28,7 +28,7 @@
{{ formErrors.instance.shortDescription }}
@@ -107,7 +107,7 @@
- @@ -172,7 +172,7 @@
To share your personal videos? To open registrations and allow people to upload what they want?
{{ formErrors.instance.creationReason }}
@@ -183,7 +183,7 @@
It's important to know for users who want to register on your instance
{{ formErrors.instance.maintenanceLifetime }}
@@ -194,7 +194,7 @@
With your own funds? With user donations? Advertising?
{{ formErrors.instance.businessModel }}
@@ -249,7 +249,7 @@
- @@ -261,7 +261,7 @@
- @@ -303,7 +303,7 @@
{{ formErrors.signup.limit }}
@@ -318,7 +318,7 @@
- @@ -330,7 +330,7 @@
- @@ -451,7 +451,7 @@
{{ formErrors.followings.instance.autoFollowIndex.indexUrl }}
@@ -477,7 +477,7 @@
{{ formErrors.admin.email }}
@@ -518,7 +518,7 @@
{{ formErrors.services.twitter.username }}
@@ -656,7 +656,7 @@
- @@ -707,7 +707,7 @@
{{ formErrors.cache.previews.size }}
@@ -716,7 +716,7 @@
{{ formErrors.cache.captions.size }}
@@ -750,7 +750,7 @@ @@ -780,7 +780,7 @@
{{ formErrors.instance.customizations.css }}
diff --git a/client/src/app/+admin/follows/following-add/following-add.component.scss b/client/src/app/+admin/follows/following-add/following-add.component.scss index df104c14e..7594b502c 100644 --- a/client/src/app/+admin/follows/following-add/following-add.component.scss +++ b/client/src/app/+admin/follows/following-add/following-add.component.scss @@ -5,13 +5,6 @@ textarea { height: 250px; } -.form-control { - &, &:focus { - background-color: var(--inputBackgroundColor); - color: var(--mainForegroundColor); - } -} - input[type=submit] { @include peertube-button; @include orange-button; diff --git a/client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html b/client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html index 303a788d2..8fbd33871 100644 --- a/client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html +++ b/client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html @@ -20,7 +20,10 @@
- Cancel +
@@ -93,7 +93,7 @@
@@ -112,7 +112,7 @@
diff --git a/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html b/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html index 674a4e8a2..a155d90e0 100644 --- a/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html +++ b/client/src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html @@ -21,9 +21,10 @@