mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
21 lines
560 B
Plaintext
21 lines
560 B
Plaintext
#lep_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);
|
|
}
|