Skip to content

Commit

Permalink
Fix fuzzy/blurry text on tables (#109)
Browse files Browse the repository at this point in the history
Issue is described here;
https://discuss.phplist.org/t/fuzzy-font-in-subscriber-table/4884/12

This change fixed the blurry text.
  • Loading branch information
patriot1889 authored and samtuke committed Oct 10, 2019
1 parent e7a06d7 commit 2d9103b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions less/legacy.less
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,7 @@ table.well tr td{padding:10px 20px;padding-right:20px}
.plugindetails .label{color:@black}
.navbar-brand{padding-top:7px}
.navbar-default{padding:10px}
.alert{margin:10px 0}
.table-responsive, .table-responsive > .table{
transform:rotateX(180deg);
-ms-transform:rotateX(180deg); /* IE 9 */
-webkit-transform:rotateX(180deg); /* Safari and Chrome */
}
.alert{margin:10px 0}
.panel > .well.table-responsive{ border: 1px solid #e3e3e3;}
.panel{border-width:0 }
.panel.panel-default{border-width:1px}
Expand Down

0 comments on commit 2d9103b

Please sign in to comment.