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