- Base classes for lancher: Dashboard + Taskbar - Allow the shell to monitor directly wayland seat keyboard (on demand)
17 lines
280 B
CSS
17 lines
280 B
CSS
@import url("resource:///dev/iohub/diya/shell/virtual-keyboard.css");
|
|
|
|
diya-taskbar
|
|
{
|
|
background-color: orange;
|
|
}
|
|
|
|
diya-dashboard
|
|
{
|
|
background-color: blue;
|
|
}
|
|
|
|
#diya_shell_background
|
|
{
|
|
background-image:url("file:///etc/xdg/labwc/wpp.jpg");
|
|
background-size: cover;
|
|
} |