Skip to content

Commit 2d9103b

Browse files
patriot1889samtuke
authored andcommitted
Fix fuzzy/blurry text on tables (#109)
Issue is described here; https://discuss.phplist.org/t/fuzzy-font-in-subscriber-table/4884/12 This change fixed the blurry text.
1 parent e7a06d7 commit 2d9103b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

less/legacy.less

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,7 @@ table.well tr td{padding:10px 20px;padding-right:20px}
117117
.plugindetails .label{color:@black}
118118
.navbar-brand{padding-top:7px}
119119
.navbar-default{padding:10px}
120-
.alert{margin:10px 0}
121-
.table-responsive, .table-responsive > .table{
122-
transform:rotateX(180deg);
123-
-ms-transform:rotateX(180deg); /* IE 9 */
124-
-webkit-transform:rotateX(180deg); /* Safari and Chrome */
125-
}
120+
.alert{margin:10px 0}
126121
.panel > .well.table-responsive{ border: 1px solid #e3e3e3;}
127122
.panel{border-width:0 }
128123
.panel.panel-default{border-width:1px}

0 commit comments

Comments
 (0)