refactor resource + add taskbar application switcher
This commit is contained in:
21
resources/css/session-shell.css
Normal file
21
resources/css/session-shell.css
Normal file
@ -0,0 +1,21 @@
|
||||
@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-size: cover;
|
||||
}
|
||||
|
||||
flowbox flowboxchild {
|
||||
border: 5px solid black;
|
||||
}
|
Reference in New Issue
Block a user