]> source.dussan.org Git - nextcloud-server.git/commitdiff
do not use italic typeface style, instead lighter color
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 3 Jun 2014 17:12:31 +0000 (19:12 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 3 Jun 2014 17:12:31 +0000 (19:12 +0200)
core/css/apps.css

index 83569398cecdb94aec4302ebd4c2504929f7cc3c..60a0e2809cfc7149592bc70a3e2e26d76a1734c1 100644 (file)
@@ -278,3 +278,12 @@ button.loading {
 .appear.transparent {
        opacity: 0;
 }
+
+
+/* do not use italic typeface style, instead lighter color */
+em {
+       font-style: normal;
+       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
+       filter: alpha(opacity=50);
+       opacity: .5;
+}