mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
build(unified-search): bundle styles
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
b72c8e18e1
commit
bd67ba6f23
3 changed files with 6 additions and 6 deletions
|
|
@ -25,7 +25,6 @@ class UnifiedSearchCSSLoader implements IEventListener {
|
|||
}
|
||||
|
||||
if ($event->isLoggedIn()) {
|
||||
Util::addStyle(Application::APP_ID, 'unified-search');
|
||||
Util::addStyle(Application::APP_ID, 'talk-search');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,25 +11,25 @@
|
|||
/* We always want to use the white icons, this is why we don't use var(--color-white) here.*/
|
||||
.reference-picker .conversation-icon.icon-public-white,
|
||||
.unified-search .conversation-icon.icon-public-white {
|
||||
background-image: url(../img/icon-public-white.svg);
|
||||
background-image: url(../../img/icon-public-white.svg);
|
||||
}
|
||||
|
||||
.reference-picker .conversation-icon.icon-contacts-white,
|
||||
.unified-search .conversation-icon.icon-contacts-white {
|
||||
background-image: url(../img/icon-contacts-white.svg);
|
||||
background-image: url(../../img/icon-contacts-white.svg);
|
||||
}
|
||||
|
||||
.reference-picker .conversation-icon.icon-password-white,
|
||||
.unified-search .conversation-icon.icon-password-white {
|
||||
background-image: url(../img/icon-password-white.svg);
|
||||
background-image: url(../../img/icon-password-white.svg);
|
||||
}
|
||||
|
||||
.reference-picker .conversation-icon.icon-text-white,
|
||||
.unified-search .conversation-icon.icon-text-white {
|
||||
background-image: url(../img/icon-text-white.svg);
|
||||
background-image: url(../../img/icon-text-white.svg);
|
||||
}
|
||||
|
||||
.reference-picker .conversation-icon.icon-mail-white,
|
||||
.unified-search .conversation-icon.icon-mail-white {
|
||||
background-image: url(../img/icon-mail-white.svg);
|
||||
background-image: url(../../img/icon-mail-white.svg);
|
||||
}
|
||||
|
|
@ -10,6 +10,7 @@ import { generateFilePath, imagePath } from '@nextcloud/router'
|
|||
import { requestRoomSelection } from './utils/requestRoomSelection.js'
|
||||
|
||||
import '@nextcloud/dialogs/style.css'
|
||||
import './assets/unified-search.css'
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue