summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-24 12:16:55 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-26 17:00:48 +0200
commitbf0c3b3d21cf918b074ffa26c018b022721a3464 (patch)
tree970757a4f3c8c427edc47f0c5bcc6dd6efb7088a /core/css/styles.css
parent0bf7b0d738e5caefe42db35d4efd658ebf7ec1c6 (diff)
downloadnextcloud-server-bf0c3b3d21cf918b074ffa26c018b022721a3464.tar.gz
nextcloud-server-bf0c3b3d21cf918b074ffa26c018b022721a3464.zip
reduce grey tones in app navigation, bubble menu and scrollbar
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 8b89837bcec..cad407b52ea 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -186,7 +186,7 @@ input img, button img, .button img {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
- background: #ccc;
+ background: #ddd;
}