Commit b1f0f40c authored by Andrey Cherepanov's avatar Andrey Cherepanov

Simulate "inset" border for Alterator content pane

alterator-browser-qt is not support border-style: inset;
parent 564f4f15
......@@ -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;
}
......
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment