зеркало из https://github.com/nextcloud/spreed.git
Move dark theme fixes for the autocompletion panel to At.scss
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Родитель
1bbc90d77b
Коммит
e27cfb5cee
10
css/At.scss
10
css/At.scss
|
@ -129,4 +129,14 @@
|
|||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.atwho-view {
|
||||
background: var(--color-main-background);
|
||||
color: var(--color-main-text);
|
||||
}
|
||||
|
||||
.atwho-cur {
|
||||
background: var(--color-primary);
|
||||
color: var(--color-primary-text);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -76,14 +76,4 @@
|
|||
.icon-group-forced-white {
|
||||
background-image: url(icon-color-path('group', 'actions', 'fff', 1, true));
|
||||
}
|
||||
|
||||
.atwho-view {
|
||||
background: var(--color-main-background);
|
||||
color: var(--color-main-text);
|
||||
}
|
||||
|
||||
.atwho-cur {
|
||||
background: var(--color-primary);
|
||||
color: var(--color-primary-text);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче