mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-26 23:50:34 +00:00
@@ -224,6 +224,14 @@
|
||||
})
|
||||
.backgroundPalette('sogo-grey');
|
||||
|
||||
|
||||
// Register custom stylesheet for md-autocomplete
|
||||
$mdThemingProvider.registerStyles([
|
||||
'.md-autocomplete-suggestions.md-3-line li p {',
|
||||
' color: \'{{foreground-2}}\';',
|
||||
'}',
|
||||
].join(''));
|
||||
|
||||
// Register custom stylesheet for sgTimepicker
|
||||
$mdThemingProvider.registerStyles([
|
||||
'.sg-time-selection-indicator.sg-time-selected,',
|
||||
|
||||
@@ -972,7 +972,7 @@
|
||||
_.forEach(list.refs, function(ref) {
|
||||
attendee = {
|
||||
name: ref.c_cn,
|
||||
email: ref.$preferredEmail(),
|
||||
email: ref.$preferredEmail(options? options.partial : undefined),
|
||||
role: 'req-participant',
|
||||
partstat: 'needs-action',
|
||||
uid: ref.c_uid,
|
||||
|
||||
Reference in New Issue
Block a user