Background image in default_light theme

This commit is contained in:
Magnus Åhall 2024-06-25 11:12:40 +02:00
parent a8661c3908
commit 5ff6bc595c
4 changed files with 207 additions and 0 deletions

View file

@ -1,5 +1,6 @@
body {
background-color: #f8f8f8;
background-image: url('/images/v0/default_light/background.svg');
}
.widgets .action #run-result {
background-color: #fff !important;
@ -30,6 +31,7 @@ button:focus {
#areas .area {
background: #fff !important;
border: 1px solid #2979b8;
box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
}
#areas .area .name {
border-top-left-radius: unset;
@ -43,4 +45,5 @@ button:focus {
#acknowledged-list {
background-color: #fff !important;
border: 1px solid #ddd;
box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
}

View file

@ -1,5 +1,6 @@
body {
background-color: #f8f8f8;
background-image: url('/images/v0/default_light/background.svg');
}
.widgets .action #run-result {
background-color: #fff !important;
@ -30,6 +31,7 @@ button:focus {
#areas .area {
background: #fff !important;
border: 1px solid #333;
box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
}
#areas .area .name {
border-top-left-radius: unset;
@ -43,4 +45,5 @@ button:focus {
#acknowledged-list {
background-color: #fff !important;
border: 1px solid #ddd;
box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
}