|
@@ -24,7 +24,8 @@ element-text, element-icon , mode-switcher {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
window {
|
|
window {
|
|
|
- height: 420px;
|
|
|
|
|
|
|
+ height: 380px;
|
|
|
|
|
+ width: 720px;
|
|
|
border: 3px;
|
|
border: 3px;
|
|
|
border-color: @border-col;
|
|
border-color: @border-col;
|
|
|
background-color: @bg-col;
|
|
background-color: @bg-col;
|
|
@@ -59,7 +60,7 @@ entry {
|
|
|
margin: 20px 0px 0px 10px;
|
|
margin: 20px 0px 0px 10px;
|
|
|
text-color: @fg-col;
|
|
text-color: @fg-col;
|
|
|
background-color: @bg-col;
|
|
background-color: @bg-col;
|
|
|
- placeholder:"Search";
|
|
|
|
|
|
|
+ placeholder:"Query";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
listview {
|
|
listview {
|