Remove uppercase and capitalize table and tab headers

This commit is contained in:
Zsolt Kocsmarszky
2017-11-20 16:10:10 +01:00
parent a1fdaa998b
commit dfd2d9ecec

View File

@@ -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;
}