mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +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 **/
|
||||
|
||||
/** in flight plan **/
|
||||
QAbstractScrollArea #qw_FlightPlanTabMain { background-color: black; }
|
||||
QAbstractScrollArea #qw_RemarksGenerator { background-color: black; }
|
||||
QAbstractScrollArea #qw_FlightPlanTabMain {
|
||||
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 **/
|
||||
QAbstractScrollArea #pg_StatusPageMessages { background-color: black; }
|
||||
|
||||
Reference in New Issue
Block a user