Skip to content

Commit

Permalink
Use standard selected-border-color for selected Tree node(s), patch f…
Browse files Browse the repository at this point in the history
…rom Jason. Refs #12099.
  • Loading branch information
wkeese committed Dec 22, 2010
1 parent 8fc412c commit 4c17661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/claro/Tree.css
Expand Up @@ -54,7 +54,7 @@
background-color: #cfe5fa;
padding: 3px 0px 1px;
margin: 0px;
border: solid 1px #cfe5fa;
border: solid 1px #769dc0;
color: #000000;
}
.claro .dijitTreeRowHover {
Expand Down
2 changes: 1 addition & 1 deletion themes/claro/Tree.less
Expand Up @@ -53,7 +53,7 @@
background-color:@selected-background-color;
padding: 3px 0px 1px;
margin: 0px;
border:solid 1px #cfe5fa; // TODO. Sent Jason mail asking if this can be marked @selected-border-color.
border:solid 1px @selected-border-color;
color:@selected-text-color;
}
.claro .dijitTreeRowHover {
Expand Down

0 comments on commit 4c17661

Please sign in to comment.