Исправление багов

This commit is contained in:
F7 Office Deploy 2026-02-23 05:19:31 +00:00
parent 89325818cd
commit c69f105764
4 changed files with 11 additions and 10 deletions

View File

@ -1,4 +1,4 @@
FORBION
/*FORBION*/
@keyframes MoveUpDown {
0%, 100% {
@ -1425,7 +1425,7 @@ html:not([data-theme=dark]) .main-nav.hasnotebookbar .shareas .unolabel {
}
#InsertMode.insert-inactive {
/*will affect this proposal: https://bugs.collabora.com/show_bug.cgi?id=4291*/
/* see bug 4291 */
opacity: 0.6;
}
@ -1454,7 +1454,8 @@ input[type=checkbox]:checked.autofilter:hover, .jsdialog input[type=checkbox]:ch
/*-*/
}
#product-name.product-collabora-online {
#product-name.product-collabora-online,
#product-name.product-f7-office {
color: #504999;
}

View File

@ -1,8 +1,8 @@
FORBION
var brandProductName = 'Collabora Online Development Edition (CODE)';
var brandProductURL = 'https://www.collaboraonline.com/code/';
var brandProductFAQURL = 'https://www.collaboraonline.com/code/#code-scalability';
var brandProductName = 'F7 Office';
var brandProductURL = '#';
var brandProductFAQURL = '#';
var menuItems;
window.onload = function() {
// wait until the menu (and particularly the document-header) actually exists

View File

@ -37,7 +37,6 @@
<link rel="localizations" href="%SERVICE_ROOT%/browser/%VERSION%/l10n/uno-localizations-override.json" type="application/vnd.oftn.l10n+json"/>
<link rel="localizations" href="%SERVICE_ROOT%/browser/%VERSION%/l10n/localizations.json" type="application/vnd.oftn.l10n+json"/>
<link rel="localizations" href="%SERVICE_ROOT%/browser/%VERSION%/l10n/locore-localizations.json" type="application/vnd.oftn.l10n+json"/>
@ -200,7 +199,7 @@
data-enable-welcome-message = "%ENABLE_WELCOME_MSG%"
data-auto-show-welcome = "%AUTO_SHOW_WELCOME%"
data-auto-show-feedback = "%AUTO_SHOW_FEEDBACK%"
data-allow-update-notification = "%ENABLE_UPDATE_NOTIFICATION%"
data-allow-update-notification = "false"
data-user-interface-mode = "%USER_INTERFACE_MODE%"
data-use-integration-theme = "%USE_INTEGRATION_THEME%"
data-statusbar-save-indicator = "%STATUSBAR_SAVE_INDICATOR%"

View File

@ -2102,7 +2102,7 @@ html:not([data-theme=dark]) .main-nav.hasnotebookbar .shareas .unolabel {
}
#InsertMode.insert-inactive {
/*will affect this proposal: https://bugs.collabora.com/show_bug.cgi?id=4291*/
/* see bug 4291 */
opacity: 0.6;
}
@ -2131,7 +2131,8 @@ input[type=checkbox]:checked.autofilter:hover, .jsdialog input[type=checkbox]:ch
/*-*/
}
#product-name.product-collabora-online {
#product-name.product-collabora-online,
#product-name.product-f7-office {
color: #504999;
}