diff --git a/apps/i2psnark/resources/themes/dark/snark.css b/apps/i2psnark/resources/themes/dark/snark.css index 6836ea6ab..67c54cc38 100644 --- a/apps/i2psnark/resources/themes/dark/snark.css +++ b/apps/i2psnark/resources/themes/dark/snark.css @@ -677,6 +677,7 @@ th.snarkTorrentStatus { -webkit-user-select: all; -ms-user-select: all; user-select: all; + font-family: monospace; } .snarkDirInfo th img { diff --git a/apps/i2psnark/resources/themes/light/snark.css b/apps/i2psnark/resources/themes/light/snark.css index f5d881c18..9efd40ec9 100644 --- a/apps/i2psnark/resources/themes/light/snark.css +++ b/apps/i2psnark/resources/themes/light/snark.css @@ -1116,6 +1116,7 @@ tr:hover .percentBarText { -webkit-user-select: all; -ms-user-select: all; user-select: all; + font-family: monospace; } .snarkDirInfo thead img { diff --git a/apps/i2psnark/resources/themes/ubergine/snark.css b/apps/i2psnark/resources/themes/ubergine/snark.css index 7f5777f46..26fd9c795 100644 --- a/apps/i2psnark/resources/themes/ubergine/snark.css +++ b/apps/i2psnark/resources/themes/ubergine/snark.css @@ -869,6 +869,7 @@ _:-ms-lang(x), .snarkTorrents tbody tr:hover, .snarkDirInfo tbody tr:hover { -webkit-user-select: all; -ms-user-select: all; user-select: all; + font-family: monospace; } #torrentInfoControl td, #torrentOrderControl td { diff --git a/apps/i2psnark/resources/themes/vanilla/snark.css b/apps/i2psnark/resources/themes/vanilla/snark.css index 8ff1f63c0..9ae283f38 100644 --- a/apps/i2psnark/resources/themes/vanilla/snark.css +++ b/apps/i2psnark/resources/themes/vanilla/snark.css @@ -948,6 +948,7 @@ _:-ms-lang(x), .snarkTorrents tbody tr:hover, .snarkDirInfo tbody tr:hover { -webkit-user-select: all; -ms-user-select: all; user-select: all; + font-family: monospace; } #torrentInfoControl {