63 lines
848 B
Plaintext
63 lines
848 B
Plaintext
@import "theme-@{THEME}.less";
|
|
|
|
body {
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
.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;
|
|
|
|
.name {
|
|
border-top-left-radius: unset;
|
|
border-top-right-radius: unset;
|
|
}
|
|
|
|
.section .name {
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
}
|
|
|
|
#datapoints, #problems-list, #acknowledged-list {
|
|
background-color: #fff !important;
|
|
border: 1px solid #ddd;
|
|
}
|