mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
do not use italic typeface style, instead lighter color
This commit is contained in:
parent
80627dfd2c
commit
29c5ec4fa6
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue