Skip to content

Commit

Permalink
Data Import - Data type and column names in the first row will become…
Browse files Browse the repository at this point in the history
… text highlighted when selecting the drop down
  • Loading branch information
javierluraschi committed Feb 8, 2016
1 parent 536a292 commit ae01c79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cpp/session/resources/grid/gridstyles.css
Expand Up @@ -329,6 +329,11 @@ table.dataTable thead th.columnClickable {

table.dataTable thead th.columnClickable div {
padding-right: 15px;

-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

table.dataTable thead th.columnClickable .columnTypeWrapper {
Expand Down

0 comments on commit ae01c79

Please sign in to comment.