зеркало из https://github.com/nextcloud/spreed.git
Merge pull request #7065 from nextcloud/bugfix/7057/call-button-error-style
7057: fixed success, error message style for call button
This commit is contained in:
Коммит
41262c06ab
|
@ -323,11 +323,6 @@ export default {
|
||||||
#call_button {
|
#call_button {
|
||||||
margin: 0 auto;
|
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 */
|
/* HACK: to override the default action button styles to make it look like a regular button */
|
||||||
::v-deep .trigger > button {
|
::v-deep .trigger > button {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче