Adding datapoints to triggers
This commit is contained in:
parent
b0a0f9290e
commit
c746343dc0
15 changed files with 269 additions and 90 deletions
|
|
@ -71,17 +71,22 @@
|
|||
.section {
|
||||
margin: 8px 16px;
|
||||
|
||||
.create {
|
||||
display: grid;
|
||||
grid-template-columns: min-content min-content;
|
||||
grid-gap: 8px;
|
||||
white-space: nowrap;
|
||||
|
||||
.new {
|
||||
font-weight: @bold;
|
||||
}
|
||||
}
|
||||
|
||||
&>.name {
|
||||
font-weight: 500;
|
||||
font-weight: @bold;
|
||||
}
|
||||
|
||||
.triggers {
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.trigger {
|
||||
display: grid;
|
||||
grid-template-columns: min-content 1fr;
|
||||
|
|
@ -94,10 +99,17 @@
|
|||
}
|
||||
|
||||
.label {
|
||||
color: @color4;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dialog {
|
||||
background: @bg2;
|
||||
border: 1px solid lighten(@bg2, 25%);
|
||||
color: @text1;
|
||||
box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ h2 {
|
|||
}
|
||||
|
||||
a {
|
||||
color: @color4;
|
||||
color: @color2;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
|
|
@ -96,7 +96,7 @@ button {
|
|||
background: @bg2;
|
||||
color: @text1;
|
||||
padding: 8px 32px;
|
||||
border: 1px solid lighten(@bg2, 10%);
|
||||
border: 1px solid lighten(@bg2, 20%);
|
||||
font-size: 1em;
|
||||
height: 3em;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
@import "theme.less";
|
||||
|
||||
#dlg-datapoints {
|
||||
}
|
||||
|
||||
.widgets {
|
||||
display: grid;
|
||||
grid-template-columns: min-content 1fr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue