Files
diya-shell/resources/css/session-shell.css
Dany LE 6c66e0f758 refactor code + add focus tracking for each layer window:
- 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
2025-11-03 11:10:37 +01:00

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;
}