smon/static/less/default_light.less

70 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2024-06-25 08:59:07 +02:00
@import "theme-@{THEME}.less";
2024-06-25 10:50:31 +02:00
body {
background-color: #f8f8f8;
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: @text3 !important;
}
#menu .entry.selected .label {
color: #fff !important;
}
input[type="text"],
textarea,
select {
border: 1px solid #ccc;
}
.description {
border: 1px solid #ccc;
}
button {
background: @bg3;
color: #fff;
border: 1px solid lighten(@bg2, 20%);
&:focus {
background: @bg3;
}
}
#areas {
.area {
background: #fff !important;
border: 1px solid @bg3;
box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.25);
2024-06-25 08:59:07 +02:00
.name {
border-top-left-radius: unset;
border-top-right-radius: unset;
}
.section .name {
font-weight: normal;
}
}
}
2024-06-25 10:50:31 +02:00
2024-06-29 19:30:26 +02:00
dialog {
border-radius: 8px;
}
dialog, #datapoints, #problems-list, #acknowledged-list, #values, #services, #notifications, #group, .table {
2024-06-25 10:50:31 +02:00
background-color: #fff !important;
border: 1px solid #ddd;
box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.25);
2024-06-25 10:50:31 +02:00
}