summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 08877402a4b..fa30c9bbc83 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -484,6 +484,9 @@ button.loading {
color: #555;
border-top: 1px solid #ddd;
}
+.section.hidden {
+ display: none !important;
+}
/* no top border for first settings item */
#app-content > .section:first-child {
border-top: none;