mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
refs #892, stylesheet fixes
This commit is contained in:
committed by
Mathew Sutcliffe
parent
04df922a0e
commit
cd19031ec9
@@ -248,7 +248,7 @@ QLabel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QLineEdit {
|
QLineEdit {
|
||||||
background: black;
|
background: transparent;
|
||||||
border: 1px solid green;
|
border: 1px solid green;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -125,8 +125,9 @@ QAbstractScrollArea #pg_StatusPageCons ole { background-color: black; }
|
|||||||
border-color: blue;
|
border-color: blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
#le_CommandLineInput {
|
#lep_CommandLineInput {
|
||||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||||
|
background: black;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user