зеркало из https://github.com/nextcloud/spreed.git
Merge pull request #321 from nextcloud/guest-name
Fix guest name color in light color themings
This commit is contained in:
Коммит
9be135c5a7
|
@ -568,7 +568,7 @@ video {
|
|||
}
|
||||
|
||||
#guestName:hover {
|
||||
color: #fff;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
#guestNameInput {
|
||||
|
@ -595,3 +595,8 @@ video {
|
|||
#body-public #app-content:not(.participants-1) #header.spreed-public {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/* make guest name white because header bar is transparent*/
|
||||
#body-public #app-content:not(.participants-1) #guestName {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче