summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2013-08-26 00:47:34 -0700
committerMorris Jobke <morris.jobke@gmail.com>2013-08-26 00:47:34 -0700
commit438e816941e064c8ac11c72dcb1d16b71c67b67d (patch)
tree00475a59febae606f426aaf9dc92e7bbb14f5bc7 /core
parentd587146a5abf0abcb88e2cccbb74c486ee8510a3 (diff)
parentec0808ce7523f87da87cb19b120f17dc27a7e46f (diff)
downloadnextcloud-server-438e816941e064c8ac11c72dcb1d16b71c67b67d.tar.gz
nextcloud-server-438e816941e064c8ac11c72dcb1d16b71c67b67d.zip
Merge pull request #4519 from owncloud/style-fixes
fix minor style issue in the app navigation
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 1e7098d16a2..dee0778afbb 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -749,7 +749,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 {
@@ -870,6 +870,10 @@ div.crumb:active {
color: #dd1144;
}
+#app-navigation .app-navigation-separator {
+ border-bottom: 1px solid #ddd;
+}
+
/* Part where the content will be loaded into */