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

@ -2,6 +2,7 @@
body {
background-color: #f8f8f8;
background-image: url('/images/v0/default_light/background.svg');
}
.widgets {
@ -44,6 +45,7 @@ button {
.area {
background: #fff !important;
border: 1px solid @bg3;
box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.25);
.name {
border-top-left-radius: unset;
@ -59,4 +61,5 @@ button {
#datapoints, #problems-list, #acknowledged-list {
background-color: #fff !important;
border: 1px solid #ddd;
box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.25);
}