Skip to content

Commit

Permalink
Class changed for highlighting (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
hash-bash authored Oct 6, 2024
1 parent e9aff23 commit 88e0896
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Ext.define("MainHub.view.incominglibraries.IncomingLibraries", {
var style = document.createElement("style");
style.type = "text/css";
style.innerHTML =
".x-grid-cell-selected { color: #404040 !important; background-color: #ffefbb !important; }";
"td.userEntry.x-grid-cell-selected { color: #404040 !important; background-color: #ffefbb !important; }";
document.getElementsByTagName("head")[0].appendChild(style);
},

Expand Down

0 comments on commit 88e0896

Please sign in to comment.