Skip to content

Commit

Permalink
feat(prefs): improve filter rules colors and list spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
levito committed Mar 31, 2023
1 parent 04c9ccb commit dcd7a21
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/_prefs.less
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,22 @@ body.ttrss_prefs {
width: 100% !important;
resize: vertical;
}
:is(#filterTree .filterRules li, #filterDlg_Matches .filterRule) {
color: darken(@green, 15%);

&.inverse {
color: @red;
}
}
#filterTree {
.dijitTreeRowSelected .filterRules li {
color: @white;
}

.filterRules {
margin-block: 0;
}
}

// ---------------------------------------------------------------------------
// visual fixes
Expand Down

0 comments on commit dcd7a21

Please sign in to comment.