Skip to content

Commit

Permalink
Remove uppercase and capitalize table and tab headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsmy committed Nov 20, 2017
1 parent a1fdaa9 commit dfd2d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/app/assets/css/redash-newstyle.less
Expand Up @@ -72,8 +72,8 @@ page-header, .page-header--new {
padding: 3px 6px 4px;
}

.tab-nav > li > a {
text-transform: none;
.tab-nav > li > a, .table > thead > tr > th {
text-transform: capitalize;
}

.dashboard__control {
Expand Down Expand Up @@ -135,7 +135,7 @@ edit-in-place p {
display: inline-block;
}

edit-in-place p:hover {
edit-in-place p.editable:hover {
background: #FCFCA2;
display: inline-block;
}
Expand Down

0 comments on commit dfd2d9e

Please sign in to comment.