mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 12:45:40 +08:00
* split up style sheets * prepared stylesheet, also include placeholder for forthcoming data GUI
21 lines
559 B
Plaintext
21 lines
559 B
Plaintext
#le_CommandLineInput {
|
|
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
|
margin-bottom: 5px;
|
|
padding: 3px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#comp_Log {
|
|
background: transparent; /** background is background color here **/
|
|
}
|
|
|
|
#gb_DBusMode {
|
|
background: transparent; /** background is background color here **/
|
|
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
|
}
|
|
|
|
#gb_Controls {
|
|
background: transparent; /** background is background color here **/
|
|
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
|
}
|