]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix minor style issue in the app navigation
authorMorris Jobke <morris.jobke@gmail.com>
Mon, 19 Aug 2013 13:42:51 +0000 (15:42 +0200)
committerMorris Jobke <morris.jobke@gmail.com>
Mon, 19 Aug 2013 13:42:51 +0000 (15:42 +0200)
core/css/styles.css

index 52a265d20314231e7d5a649b5e793e300382b45f..b03c08de738c336c844e5668881343c09831265f 100644 (file)
@@ -739,7 +739,7 @@ div.crumb:active {
 
 /* special rules for first-level entries and folders */
 #app-navigation > ul > li {
-       background-color: #eee;
+       background-color: #f8f8f8;
 }
 
 #app-navigation .with-icon a {
@@ -860,6 +860,10 @@ div.crumb:active {
        color: #dd1144;
 }
 
+#app-navigation .app-navigation-separator {
+       border-bottom: 1px solid #ccc;
+}
+
 
 
 /* Part where the content will be loaded into */