- Background widget is now managed by launcher - Refactory code - fix idle behavior: the resum event shall be triggered when idle object is disposed - Allow the shell to track focus on each layer window
22 lines
377 B
CSS
22 lines
377 B
CSS
@import url("resource:///dev/iohub/diya/shell/css/virtual-keyboard.css");
|
|
|
|
diya-taskbar
|
|
{
|
|
background-color: orange;
|
|
}
|
|
|
|
diya-dashboard
|
|
{
|
|
background-color: lightgray;
|
|
}
|
|
|
|
diya-shell-background
|
|
{
|
|
/*background-image:url("file:///etc/xdg/labwc/wpp.jpg");*/
|
|
background-color: violet;
|
|
background-size: cover;
|
|
}
|
|
|
|
flowbox flowboxchild {
|
|
border: 5px solid black;
|
|
} |