Make chart title backgrounds transparent to prevent buttonface color in IE (#4438)

This commit is contained in:
Jay Lindquist 2018-02-15 19:47:40 -06:00 committed by Maxime Beauchemin
parent 680bfc1b43
commit d6f1024d99
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ table.table-no-hover tr:hover {
.editable-title input[type="button"] {
border-color: transparent;
background: inherit;
background: transparent;
white-space: normal;
text-align: left;
}