Make chart title backgrounds transparent to prevent buttonface color in IE (#4438)
This commit is contained in:
parent
680bfc1b43
commit
d6f1024d99
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue