mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refs #335, stylesheet
This commit is contained in:
committed by
Roland Winklmeier
parent
7a449093dd
commit
4534356823
@@ -32,8 +32,14 @@ BlackGui--CInfoArea {
|
|||||||
/** fix scroll areas **/
|
/** fix scroll areas **/
|
||||||
|
|
||||||
/** in flight plan **/
|
/** in flight plan **/
|
||||||
QAbstractScrollArea #qw_FlightPlanTabMain { background-color: black; }
|
QAbstractScrollArea #qw_FlightPlanTabMain {
|
||||||
QAbstractScrollArea #qw_RemarksGenerator { background-color: black; }
|
background-color: black;
|
||||||
|
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||||
|
}
|
||||||
|
QAbstractScrollArea #qw_RemarksGenerator {
|
||||||
|
background-color: transparent;
|
||||||
|
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||||
|
}
|
||||||
|
|
||||||
/** in log component **/
|
/** in log component **/
|
||||||
QAbstractScrollArea #pg_StatusPageMessages { background-color: black; }
|
QAbstractScrollArea #pg_StatusPageMessages { background-color: black; }
|
||||||
|
|||||||
Reference in New Issue
Block a user