diff --git a/resources.gresource.xml b/resources.gresource.xml
index 2a8b012..0354392 100644
--- a/resources.gresource.xml
+++ b/resources.gresource.xml
@@ -3,19 +3,20 @@
styles/main.scss
+ styles/_mixins.scss
+ styles/_colors.scss
styles/_apps-window.scss
styles/_bar.scss
styles/_center-window.scss
styles/_control-center.scss
styles/_float-notifications.scss
styles/_logout-menu.scss
- styles/_mixins.scss
styles/_osd.scss
styles/_runner.scss
-
+
icons/applications-other-symbolic.svg
icons/arrow-circular-top-right-symbolic.svg
icons/circle-filled-symbolic.svg
diff --git a/resources/styles/_runner.scss b/resources/styles/_runner.scss
index 6104bdc..ada8559 100644
--- a/resources/styles/_runner.scss
+++ b/resources/styles/_runner.scss
@@ -1,6 +1,8 @@
@use "./colors";
-.popup-window.runner * {
+.runner .popup-window-container {
+ all: unset;
+
$radius: 24px;
background: rgba($color: colors.$bg-primary, $alpha: .8);
@@ -32,7 +34,7 @@
}
& list {
- & listboxrow > * {
+ & .result {
padding: 10px;
background: colors.$bg-primary;
margin: 2px 0;