#9893 fixed images

This commit is contained in:
Daniel Maya 2023-03-16 12:04:18 +01:00
parent 1d4aeef893
commit 1eae8a5a4d
3 changed files with 9 additions and 1 deletions

View File

@ -175,4 +175,6 @@ CREATE TABLE IF NOT EXISTS `tfavmenu_user` (
`section` VARCHAR(255) NOT NULL,
PRIMARY KEY (`id`));
INSERT INTO `tconfig` (`token`, `value`) VALUES ('legacy_database_ha', 1);
COMMIT;

View File

@ -2242,7 +2242,7 @@ function config_process_config()
}
if (!isset($config['legacy_database_ha'])) {
config_update_value('legacy_database_ha', 1);
config_update_value('legacy_database_ha', 0);
}
if (!isset($config['disabled_newsletter'])) {

View File

@ -11536,6 +11536,12 @@ div[role="dialog"] {
margin: 0 auto;
}
.database_background_state {
mask: url(../../images/database@groups.svg) no-repeat center / contain;
-webkit-mask: url(../../images/database@groups.svg) no-repeat center / contain;
margin: 0 auto;
}
.filter-list-adv .wizard li {
display: grid;
}