summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2016-06-14 16:12:17 +0200
committerSimon Rettberg2016-06-14 16:12:17 +0200
commitf5f8d91f25378464c59fbec49ebf43f00c668966 (patch)
tree3e76d76ac757fb17efca0661d7cbb850c494cb41 /style
parent[translation] Make menu categories a global section instead of a hook in main (diff)
downloadslx-admin-f5f8d91f25378464c59fbec49ebf43f00c668966.tar.gz
slx-admin-f5f8d91f25378464c59fbec49ebf43f00c668966.tar.xz
slx-admin-f5f8d91f25378464c59fbec49ebf43f00c668966.zip
Fix main menu text color, make sub-section text bold
Diffstat (limited to 'style')
-rw-r--r--style/default.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/style/default.css b/style/default.css
index c77149da..bf1834d6 100644
--- a/style/default.css
+++ b/style/default.css
@@ -469,10 +469,14 @@ section{
padding-left: 15px;
}
-li.slx-submenu {
+li.slx-submenu a {
font-size: 80%;
font-weight: bold;
- padding-left: 1em;
+ padding-left: 3em;
+}
+
+nav.navbar.sidebar {
+ color: #eee;
}
/*