functional command palette

This commit is contained in:
lxsang
2020-05-14 23:08:57 +02:00
parent d2de593974
commit 74534e976c
10 changed files with 179 additions and 15 deletions

View File

@ -1,6 +1,9 @@
afx-app-window[data-id = "notepad"] .afx-window-wrapper afx-file-view{
background-color:#272822;
}
afx-app-window[data-id = "notepad"] div.afx-window-content {
background-color:#2d2d2d;
}
afx-app-window[data-id = "notepad"] afx-resizer {
background-color:#272822;
border-right: 1px solid #37373d;
@ -36,7 +39,24 @@ afx-app-window[data-id = "cmd-win"] .afx-window-wrapper{
background-color: transparent;
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.65);
}
afx-app-window[data-id = "cmd-win"] .afx-window-wrapper afx-list-view ul afx-list-item:nth-child(even) li
{
background-color: transparent;
}
afx-app-window[data-id = "cmd-win"] .afx-window-wrapper afx-list-view afx-list-item li{
background-color: transparent;
color:#afafaf;
}
afx-app-window[data-id = "cmd-win"] .afx-window-wrapper div.list-container > ul li:hover{
background-color: #37373d;
}
afx-app-window[data-id = "cmd-win"] .afx-window-wrapper afx-list-view ul afx-list-item:nth-child(even) li.selected,
afx-app-window[data-id = "cmd-win"] .afx-window-wrappe dafx-list-viewafx-list-view ul li.selected
{
background-color: #116cd6;
color:white;
}
afx-app-window[data-id = "cmd-win"] .afx-window-top{
height: 0;
border:0;
@ -47,6 +67,7 @@ afx-app-window[data-id = "cmd-win"] input{
font-size: 12px;
color:#afafaf;
background-color:#272822;
padding-left: 5px;
margin: 3px;
}