summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-03 19:12:31 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-03 19:12:31 +0200
commit29c5ec4fa6be571754aad42272e14e6cff2d353c (patch)
treec6830f3911a7486c3c2f901bcdc60befc4ec0d7c /core
parent80627dfd2c35f7a23bdc4d649b25fb61218307ca (diff)
downloadnextcloud-server-29c5ec4fa6be571754aad42272e14e6cff2d353c.tar.gz
nextcloud-server-29c5ec4fa6be571754aad42272e14e6cff2d353c.zip
do not use italic typeface style, instead lighter color
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 83569398cec..60a0e2809cf 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -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;
+}