SDA-4030 Background images css bugfix (#1649)

This commit is contained in:
Salah Benmoussati 2023-01-12 10:43:06 +01:00 committed by GitHub
parent eb04c465d2
commit b177e250a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
--text-color: #000000;
--button-bg-color: #52575f;
--button-test-color: #ffffff;
--logo-bg: url('../assets/symphony-logo.png');
--logo-bg: url('../renderer/assets/symphony-logo.png');
}
.light {
@ -281,8 +281,8 @@ body {
height: 25px;
align-self: center;
padding: 3px;
background: url('../assets/notification-send-button-enabled.svg') no-repeat
center;
background: url('../renderer/assets/notification-send-button-enabled.svg')
no-repeat center;
border: none;
color: var(--text-color);
}
@ -296,8 +296,8 @@ body {
}
.rte-send-button:disabled {
background: url('../assets/notification-send-button-disabled.svg') no-repeat
center;
background: url('../renderer/assets/notification-send-button-disabled.svg')
no-repeat center;
}
.external-border .title {