ttrss/css/dijit_basic.less

108 lines
1.5 KiB
Plaintext
Raw Normal View History

.flat {
2018-12-04 18:17:50 +01:00
li {
padding: 2px;
}
.filterRules span {
display: block;
color: green;
}
#filterDlg_Matches span.filterRule {
color: green;
2018-12-04 18:17:50 +01:00
}
.filterRules span.inverse,
#filterDlg_Matches span.filterRule.inverse {
color: red;
}
.dijitToolbar {
font-size: 13px;
padding: 0px;
2018-12-04 20:24:31 +01:00
}
.dijitAccordionContainer {
box-shadow : 0px 0px 8px rgba(0,0,0,0.1);
}
.dijitCheckBox.dijitCheckBoxChecked {
background-color : #69C671;
2018-12-04 18:17:50 +01:00
}
2018-12-04 20:24:31 +01:00
.dijitMenu .dijitMenuItem .dijitMenuItemLabel {
padding: 4px 8px;
font-size: 13px;
2018-12-04 18:17:50 +01:00
}
2018-12-04 20:24:31 +01:00
.dijitMenu .dijitMenuItem td {
padding: 0px;
2018-12-04 18:17:50 +01:00
}
.dijitCheckBox:before {
font-family: "flat-icon";
content: "\f00c";
color: white;
}
.dijitTree {
.dijitFolderClosed,
.dijitFolderOpened {
2018-12-04 20:24:31 +01:00
display : none;
}
.dijitTreeRowSelected {
.filterRules span {
color : white;
}
.dijitTreeExpando {
color : @color-accent;
}
2018-12-04 18:17:50 +01:00
}
2018-12-06 06:40:56 +01:00
.dijitTreeNode .dijitTreeRow.dijitTreeRowSelected {
2018-12-06 06:26:52 +01:00
color : white;
}
.dijitTreeRow .dijitTreeExpando {
position : relative;
top : -2px;
}
.labelParam {
float: right;
margin-right: 1em;
}
2018-12-05 14:48:29 +01:00
.labelParam.filterDisabled,
.dijitTreeLabel.filterDisabled {
text-decoration : line-through;
}
.feedParam {
color: @default-text;
float: right;
margin-right: 1em;
}
.filterRules {
display: block;
color: #ccc;
font-size: 12px;
margin-left: 100px;
line-height : normal;
}
2018-12-06 06:40:56 +01:00
2018-12-04 18:17:50 +01:00
.dijitTreeContainer {
max-width : 100%;
}
.dijitTreeRow {
overflow: hidden;
text-overflow: ellipsis;
}
}
}