summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-05 07:58:00 -0700
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-05 07:58:00 -0700
commit5525fade11d626c4743b5d6f60a1adbcbc22f9fe (patch)
tree0fdf25d48867db39c7d9c2a72023d3457c927677 /core
parentadb8197c0b7801f5b739eba2e6ce24a3f9aad27b (diff)
parent69105fce00a6c00713ec905bb186f2903c0658f7 (diff)
downloadnextcloud-server-5525fade11d626c4743b5d6f60a1adbcbc22f9fe.tar.gz
nextcloud-server-5525fade11d626c4743b5d6f60a1adbcbc22f9fe.zip
Merge pull request #2737 from Kondou-ger/proper_css_comments
Proper CSS comment
Diffstat (limited to 'core')
-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 5456475b316..839f25cef4c 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -253,7 +253,7 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
text-decoration:none; font-size:10px; text-align:center;
color:#fff; text-shadow:#000 0 -1px 0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); opacity:.5;
- white-space:nowrap; overflow:hidden; text-overflow:ellipsis; // ellipsize long app names
+ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; /* ellipsize long app names */
}
#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; }