2018-12-04 16:03:42 +00:00
|
|
|
.flat {
|
2018-12-04 17:17:50 +00:00
|
|
|
|
|
|
|
li {
|
2018-12-07 05:33:28 +00:00
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2019-02-24 04:57:09 +00:00
|
|
|
#feedTree {
|
2019-02-24 12:03:35 +00:00
|
|
|
.dijitTreeContent .dijitInline {
|
|
|
|
vertical-align : baseline;
|
2019-02-24 04:57:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-25 14:15:05 +00:00
|
|
|
.dijitButton i.material-icons {
|
|
|
|
position: relative;
|
|
|
|
top : -1px;
|
|
|
|
}
|
|
|
|
|
2019-02-24 04:57:09 +00:00
|
|
|
.tabLabel > i.material-icons {
|
|
|
|
position : relative;
|
|
|
|
top : -1px;
|
|
|
|
}
|
|
|
|
|
2018-12-07 05:33:28 +00:00
|
|
|
#filterDlg_Matches span.filterRule {
|
|
|
|
color: green;
|
2018-12-04 17:17:50 +00:00
|
|
|
}
|
|
|
|
|
2018-12-19 15:18:58 +00:00
|
|
|
#filterTree .filterRules li.inverse,
|
2018-12-04 16:03:42 +00:00
|
|
|
#filterDlg_Matches span.filterRule.inverse {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2018-12-07 05:33:28 +00:00
|
|
|
.dijitToolbar {
|
|
|
|
font-size: 13px;
|
|
|
|
padding: 0px;
|
2018-12-04 19:24:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dijitAccordionContainer {
|
|
|
|
box-shadow : 0px 0px 8px rgba(0,0,0,0.1);
|
|
|
|
}
|
|
|
|
|
2018-12-07 05:33:28 +00:00
|
|
|
.dijitCheckBox.dijitCheckBoxChecked {
|
2018-12-09 06:40:53 +00:00
|
|
|
background-color : @color-checked;
|
|
|
|
border-color : darken(@color-checked, 10%);
|
2018-12-04 17:17:50 +00:00
|
|
|
}
|
|
|
|
|
2018-12-04 19:24:31 +00:00
|
|
|
.dijitMenu .dijitMenuItem .dijitMenuItemLabel {
|
2018-12-07 05:33:28 +00:00
|
|
|
padding: 4px 8px;
|
|
|
|
font-size: 13px;
|
2018-12-04 17:17:50 +00:00
|
|
|
}
|
|
|
|
|
2018-12-09 18:46:59 +00:00
|
|
|
.dijitMenu .dijitMenuItem.dijitDisabled:not(.dijitMenuItemSelected) .dijitMenuItemLabel {
|
|
|
|
color : lighten(@color-accent, 10%);
|
|
|
|
}
|
|
|
|
|
2018-12-04 19:24:31 +00:00
|
|
|
.dijitMenu .dijitMenuItem td {
|
2018-12-07 05:33:28 +00:00
|
|
|
padding: 0px;
|
2018-12-04 17:17:50 +00:00
|
|
|
}
|
|
|
|
|
2018-12-07 11:03:33 +00:00
|
|
|
.dijitCheckBox {
|
2018-12-07 17:50:03 +00:00
|
|
|
margin : 1px;
|
2018-12-07 11:03:33 +00:00
|
|
|
}
|
|
|
|
|
2018-12-04 17:17:50 +00:00
|
|
|
.dijitCheckBox:before {
|
|
|
|
font-family: "flat-icon";
|
2018-12-07 05:33:28 +00:00
|
|
|
content: "\f00c";
|
|
|
|
color: white;
|
2018-12-04 16:03:42 +00:00
|
|
|
}
|
|
|
|
|
2018-12-09 13:18:58 +00:00
|
|
|
.dijitTab,
|
|
|
|
.dijitAccordionInnerContainer:not(.dijitSelected) {
|
|
|
|
i.material-icons {
|
|
|
|
color: @color-accent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-12-04 16:03:42 +00:00
|
|
|
.dijitTree {
|
|
|
|
.dijitFolderClosed,
|
|
|
|
.dijitFolderOpened {
|
2018-12-04 19:24:31 +00:00
|
|
|
display : none;
|
2018-12-04 16:03:42 +00:00
|
|
|
}
|
|
|
|
|
2018-12-07 05:33:28 +00:00
|
|
|
.dijitTreeRowSelected {
|
2018-12-19 09:08:06 +00:00
|
|
|
.filterRules li {
|
2018-12-07 05:33:28 +00:00
|
|
|
color : white;
|
|
|
|
}
|
2018-12-04 16:03:42 +00:00
|
|
|
|
2018-12-07 05:33:28 +00:00
|
|
|
.dijitTreeExpando {
|
|
|
|
color : @color-accent;
|
|
|
|
}
|
2018-12-04 17:17:50 +00:00
|
|
|
}
|
|
|
|
|
2018-12-06 05:40:56 +00:00
|
|
|
.dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
|
2018-12-06 05:26:52 +00:00
|
|
|
color : white;
|
2018-12-04 16:03:42 +00:00
|
|
|
}
|
|
|
|
|
2018-12-07 05:33:28 +00:00
|
|
|
.dijitTreeRow .dijitTreeExpando {
|
|
|
|
position : relative;
|
|
|
|
top : -2px;
|
|
|
|
}
|
2018-12-08 12:49:52 +00:00
|
|
|
|
2018-12-04 16:03:42 +00:00
|
|
|
.labelParam {
|
|
|
|
float: right;
|
2018-12-07 07:46:45 +00:00
|
|
|
margin-right: 16px;
|
2018-12-04 16:03:42 +00:00
|
|
|
}
|
|
|
|
|
2018-12-08 12:49:52 +00:00
|
|
|
.dijitTreeRow.filterDisabled {
|
|
|
|
opacity : 0.5;
|
|
|
|
|
|
|
|
.filterRules {
|
|
|
|
filter : saturate(0%);
|
|
|
|
}
|
2018-12-05 13:48:29 +00:00
|
|
|
}
|
|
|
|
|
2018-12-04 16:03:42 +00:00
|
|
|
.feedParam {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filterRules {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height : normal;
|
2018-12-19 09:08:06 +00:00
|
|
|
white-space: normal;
|
|
|
|
margin-left : 28px;
|
2018-12-04 16:03:42 +00:00
|
|
|
|
2018-12-19 09:08:06 +00:00
|
|
|
li {
|
|
|
|
color : green;
|
|
|
|
}
|
|
|
|
}
|
2018-12-06 05:40:56 +00:00
|
|
|
|
2018-12-04 17:17:50 +00:00
|
|
|
.dijitTreeContainer {
|
|
|
|
max-width : 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dijitTreeRow {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2018-12-04 16:03:42 +00:00
|
|
|
}
|
2018-12-07 18:45:19 +00:00
|
|
|
|
|
|
|
label.dijitButton {
|
|
|
|
border : 1px solid #ccc;
|
|
|
|
padding : 6px;
|
|
|
|
border-radius : 4px;
|
|
|
|
cursor : pointer;
|
|
|
|
position: relative;
|
|
|
|
top : 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label.dijitButton:hover {
|
|
|
|
background-color : @color-panel-bg;
|
|
|
|
}
|
2018-12-09 18:17:50 +00:00
|
|
|
|
|
|
|
.dijitTree {
|
|
|
|
.dijitTreeNode .dijitTreeRow {
|
|
|
|
padding : 4px 0px 4px;
|
|
|
|
border-width : 1px;
|
|
|
|
color : @default-text;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-24 04:57:09 +00:00
|
|
|
}
|