Simulate "inset" border for Alterator content pane

alterator-browser-qt is not support border-style: inset;
This commit is contained in:
Andrey Cherepanov 2017-06-14 12:53:38 +03:00
parent 564f4f1593
commit b1f0f40c41
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,12 @@
background-repeat: no-repeat
}
AWizardFace > QScrollArea {
border-width: 1px;
border-style: solid;
border-color: rgba(198, 198, 198, 65%);
}
.ACenterFace {
border-style: none;
}

View File

@ -8,6 +8,12 @@
background-repeat: no-repeat
}
AWizardFace > QScrollArea {
border-width: 1px;
border-style: solid;
border-color: rgba(198, 198, 198, 65%);
}
.ACenterFace {
border-style: none;
}