diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-04-14 19:30:16 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-04-14 19:30:16 +0200 |
commit | 846f77ed9298f22623dd53b672f6ee52bd87713e (patch) | |
tree | 828023b2f61ede53eb7f1cf21b080ceab46bddc2 /core/css | |
parent | 694c080dd2e695d440876fe3b8f34f0ef4411267 (diff) | |
download | nextcloud-server-846f77ed9298f22623dd53b672f6ee52bd87713e.tar.gz nextcloud-server-846f77ed9298f22623dd53b672f6ee52bd87713e.zip |
additional comments
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 33bfd36eb0f..23e2f9a96ed 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -274,9 +274,9 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; } white-space:nowrap; overflow:hidden; text-overflow:ellipsis; /* ellipsize long app names */ } /* icon opacity and hover effect */ - #navigation a { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); opacity:.5; } - #navigation a:hover, #navigation a:focus { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); opacity:.8; } - #navigation a.active { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; } + #navigation a { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); opacity:.5; } /* 50% opacity when inactive */ + #navigation a:hover, #navigation a:focus { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); opacity:.8; } /* 80% opacity when hovered or focused */ + #navigation a.active { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; } /* full opacity for the active app */ /* positioning */ #navigation .icon { display:block; |