Skip to content

Commit

Permalink
refs #2834 should fix some characters are sometimes not completely vi…
Browse files Browse the repository at this point in the history
…sible, for instance a "g"
  • Loading branch information
tsteur committed Mar 20, 2014
1 parent 1954634 commit 803afb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/Morpheus/stylesheets/theme.less
Expand Up @@ -408,10 +408,13 @@ table.dataTable {
tr {
td {
border-color: @silver-80 !important;
.font-default(13px, 16px);
color: @brand-black;
background: @silver-95;

.value {
.font-default(13px, 16px);
}

&:first-child {
border-left: 0px;
}
Expand Down

0 comments on commit 803afb0

Please sign in to comment.