summaryrefslogtreecommitdiffstats
path: root/apps/theming
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/css/theming.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss
index 77fc6f70200..252d009289e 100644
--- a/apps/theming/css/theming.scss
+++ b/apps/theming/css/theming.scss
@@ -116,3 +116,23 @@ input.primary {
}
}
}
+
+@if ($color-primary == #ffffff) {
+ /* show grey border below header */
+ #body-user #header,
+ #body-settings #header,
+ #body-public #header {
+ border-bottom: 1px solid #ebebeb;
+ }
+
+ /* show triangle in header in grey */
+ #appmenu li a.active:before,
+ .header-right #settings #expand:before {
+ border-bottom-color:#ebebeb;
+ }
+
+ /* show border around quota bar in files app */
+ .app-files #quota .quota-container {
+ border: 1px solid #ebebeb;
+ }
+}