Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikola <nikola.gladovic@nextcloud.com>2022-03-25 17:58:51 +0300
committerNikola <nikola.gladovic@nextcloud.com>2022-03-25 17:58:51 +0300
commit11b060a2480923a7a917568616e96e2de2235049 (patch)
tree093fb83f3c139cdde7b9bd8a3f310f02d4ae809c /src
parent61ac589e4c8d09cde4b44b04a89e0146c336cd87 (diff)
7057: fixed success, error message style for call buttonbugfix/7057/call-button-error-style
Signed-off-by: Nikola <nikola.gladovic@nextcloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/TopBar/CallButton.vue5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/TopBar/CallButton.vue b/src/components/TopBar/CallButton.vue
index 68ad62f54..800df5d19 100644
--- a/src/components/TopBar/CallButton.vue
+++ b/src/components/TopBar/CallButton.vue
@@ -323,11 +323,6 @@ export default {
#call_button {
margin: 0 auto;
}
-/** Required to make the text on the Video Verification page white */
-#call_button.success,
-#call_button.error {
- color: white !important;
-}
/* HACK: to override the default action button styles to make it look like a regular button */
::v-deep .trigger > button {