Background image in default_light theme
This commit is contained in:
parent
a8661c3908
commit
5ff6bc595c
4 changed files with 207 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue