Simulate "inset" border for Alterator content pane
alterator-browser-qt is not support border-style: inset;
This commit is contained in:
parent
564f4f1593
commit
b1f0f40c41
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user