From dfd2d9ecec2faca18b3a4b5222b6966daa068b6c Mon Sep 17 00:00:00 2001 From: Zsolt Kocsmarszky Date: Mon, 20 Nov 2017 16:10:10 +0100 Subject: [PATCH] Remove uppercase and capitalize table and tab headers --- client/app/assets/css/redash-newstyle.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/app/assets/css/redash-newstyle.less b/client/app/assets/css/redash-newstyle.less index 1e919fa01..7d052df77 100644 --- a/client/app/assets/css/redash-newstyle.less +++ b/client/app/assets/css/redash-newstyle.less @@ -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 { @@ -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; }