Skip to content

Commit

Permalink
Issue #282: Changing priority of background color rules
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Mar 15, 2022
1 parent a373bf2 commit da023b2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1028,22 +1028,22 @@ div.InputField_ToolbarContainer ul li a:hover {
}

.jstree-InputField .jstree-wholerow-ul .jstree-wholerow-clicked {
background-color: var(--colNotifyOK);
background-color: #c4cdfa;
background-color: var(--colNotifyOK);
}

.jstree-InputField .jstree-wholerow-ul .jstree-wholerow:hover,
.jstree-InputField .jstree-wholerow-ul .jstree-wholerow-hovered,
.jstree-InputField .jstree-focused > .jstree-wholerow {
background-color: var(--colBGLight);
background-color: #f7f7f9;
background-color: var(--colBGLight);
}

.jstree-InputField .jstree-wholerow-ul .jstree-wholerow-clicked:hover,
.jstree-InputField .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered,
.jstree-InputField .jstree-focused >.jstree-wholerow-clicked {
background-color: var(--colHoverLight);
background-color: #6d83f2;
background-color: var(--colHoverLight);
}

/**
Expand Down

0 comments on commit da023b2

Please sign in to comment.