-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
3.x, 4.5.2
-
None
Steps to reproduce / test case
The border of QTableView does not changes over css in such case:
QTableView
{
border: solid 5px green;
}
But if I write
QTableView
{
border-width: 5px;
border-style: solid;
border-color: green
}
the border changed.