2024-06-25 10:50:31 +02:00
|
|
|
body {
|
|
|
|
background-color: #f8f8f8;
|
2024-06-25 11:12:40 +02:00
|
|
|
background-image: url('/images/v0/default_light/background.svg');
|
2024-06-25 10:50:31 +02:00
|
|
|
}
|
2024-06-25 08:59:07 +02:00
|
|
|
.widgets .action #run-result {
|
|
|
|
background-color: #fff !important;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
#menu .entry .label {
|
|
|
|
color: #777 !important;
|
|
|
|
}
|
|
|
|
#menu .entry.selected .label {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
input[type="text"],
|
|
|
|
textarea,
|
|
|
|
select {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
.description {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
button {
|
|
|
|
background: #333;
|
|
|
|
color: #fff;
|
|
|
|
border: 1px solid #535353;
|
|
|
|
}
|
|
|
|
button:focus {
|
|
|
|
background: #333;
|
|
|
|
}
|
|
|
|
#areas .area {
|
|
|
|
background: #fff !important;
|
|
|
|
border: 1px solid #333;
|
2024-06-25 11:12:40 +02:00
|
|
|
box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
|
2024-06-25 08:59:07 +02:00
|
|
|
}
|
|
|
|
#areas .area .name {
|
|
|
|
border-top-left-radius: unset;
|
|
|
|
border-top-right-radius: unset;
|
|
|
|
}
|
|
|
|
#areas .area .section .name {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2024-06-29 19:30:26 +02:00
|
|
|
dialog {
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
dialog,
|
2024-06-25 10:50:31 +02:00
|
|
|
#datapoints,
|
|
|
|
#problems-list,
|
2024-06-27 17:32:47 +02:00
|
|
|
#acknowledged-list,
|
2024-06-28 15:28:52 +02:00
|
|
|
#values,
|
2024-06-29 19:30:26 +02:00
|
|
|
#services,
|
|
|
|
#notifications {
|
2024-06-25 10:50:31 +02:00
|
|
|
background-color: #fff !important;
|
|
|
|
border: 1px solid #ddd;
|
2024-06-25 11:12:40 +02:00
|
|
|
box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.25);
|
2024-06-25 10:50:31 +02:00
|
|
|
}
|