Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 17:54:23 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 17:54:23 +0400
commit5a3856011529f8d5cf97974cdcfdc8020e9a5b5c (patch)
tree4b0f7e1c2246ff3e2182bab34733501d1fe35ed7 /core/css/header.css
parent8f4221edde2c5cd515a35e8d98fc7f1e9c343003 (diff)
reduce opacity of app icon when loading
Diffstat (limited to 'core/css/header.css')
-rw-r--r--core/css/header.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/core/css/header.css b/core/css/header.css
index f6de0e56690..cc46a1601e0 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -202,13 +202,11 @@
left: 24px;
width: 32px;
height: 32px;
- background-color: rgba(0, 0, 0, .2);
- border-radius: 50%;
}
#navigation .app-loading .app-icon {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
- filter: alpha(opacity=20);
- opacity: .2;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
+ filter: alpha(opacity=10);
+ opacity: .1;
}