diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-14 12:02:25 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-21 14:00:36 +0200 |
commit | 728e00b1b0fb7c89dffe864d3fc1d4ba89d687a8 (patch) | |
tree | 0600cf572aa5619438dcd3d23328dc5469f2833d /core | |
parent | e9d596011d24e818f59e98cbddcdbd9b91532b57 (diff) | |
download | nextcloud-server-728e00b1b0fb7c89dffe864d3fc1d4ba89d687a8.tar.gz nextcloud-server-728e00b1b0fb7c89dffe864d3fc1d4ba89d687a8.zip |
Fix github color highlighter
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 3c2917f0ad6..262d3888f89 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -161,7 +161,7 @@ kbd { /* Submenu fix for icon */ > .app-navigation-entry-bullet + a, > a[class*='icon-'], - > a[style*='background-image:'], + > a[style*='background-image'], .app-navigation-entry-bullet { margin-left: -32px; /* 44px padding - 12px padding */ } @@ -236,7 +236,7 @@ kbd { /* padding in case of icon or bullet */ > .app-navigation-entry-bullet + a, > a[class*='icon-'], - > a[style*='background-image:'] { + > a[style*='background-image'] { padding-left: 44px; } |