diff --git a/core/css/apps.scss b/core/css/apps.scss
index ea0bfaa3c7d7700e15e2008f985260fbdafa8f58..9444665e04876f53239116c5e0d17f84ef916686 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -711,7 +711,7 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width;
 }
 
 
-.settings-button {
+#app-settings-header .settings-button {
 	display: block;
 	height: 44px;
 	width: 100%;
@@ -732,7 +732,9 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width;
 	color: var(--color-main-text);
 	opacity: .57;
 
-	&.opened,
+	&.opened {
+		border-top: solid 1px var(--color-border);
+	}
 	&:hover,
 	&:focus {
 		background-color: var(--color-main-background);