forked from I2P_Developers/i2p.i2p
CSS -ms-user-select for IE 10
https://www.w3schools.com/csSref/css3_pr_user-select.asp
This commit is contained in:
@@ -36,6 +36,7 @@ body {
|
||||
.routersummary img[src$="i2plogo.png"], .routersummary h3, .confignav, *::before, *::after {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -4170,6 +4171,7 @@ ul#upnphelp li:last-child, #legal ul li:last-child {
|
||||
user-select: all;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
}
|
||||
|
||||
#faq li code {
|
||||
@@ -4420,7 +4422,8 @@ img.unknownflag {
|
||||
|
||||
#enviro:hover {
|
||||
-moz-user-select: all;
|
||||
--webkit-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
cursor: text;
|
||||
}
|
||||
@@ -6543,6 +6546,7 @@ tt a, img + tt {
|
||||
th code {
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
@@ -7047,6 +7051,7 @@ b.netdb_transport {
|
||||
display: inline-block;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
|
||||
@@ -1175,6 +1175,7 @@ input[type="text"] + label {
|
||||
padding: 4px;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
border: 1px solid #494;
|
||||
background: #000;
|
||||
|
||||
@@ -67,6 +67,7 @@ tt, code, pre, textarea, #logs li {
|
||||
.newsAuthor, #netdbcountrylist img, .viewfullentry, .sybil_routerinfo th img, .graphspanel, #themeoptions, #graphopts, #newsDisplay {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -2398,6 +2399,7 @@ table#wrapperlogs {
|
||||
#enviro {
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
cursor: text;
|
||||
}
|
||||
@@ -6283,6 +6285,7 @@ h3#ntcpcon, h3#udpcon {
|
||||
user-select: all;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
}
|
||||
|
||||
#portfaq {
|
||||
@@ -6561,6 +6564,7 @@ a[href^="configpeer?peer"]:hover {
|
||||
th code {
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
@@ -7025,6 +7029,7 @@ b.netdb_transport {
|
||||
.revision, .sha256, .unsignedmod {
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
@@ -7910,6 +7915,7 @@ th.options {
|
||||
#enviro tr:first-child td {
|
||||
-moz-user-select: none !important;
|
||||
-webkit-user-select: none !important;
|
||||
-ms-user-select: none !important;
|
||||
user-select: none !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -1105,6 +1105,7 @@ input[type="text"] + label {
|
||||
padding: 4px;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
border: 1px solid #999daf;
|
||||
background: #fafaff;
|
||||
|
||||
@@ -68,6 +68,7 @@ body.iframed {
|
||||
.toggleview, .snarkConfigTitle, .snarknavbar, img, input[type="image"] {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -641,6 +642,7 @@ th.snarkTorrentStatus {
|
||||
color: #cc0;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
@@ -1959,6 +1961,7 @@ code {
|
||||
.snarkAddInfo code {
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
|
||||
@@ -61,6 +61,7 @@ b {
|
||||
.toggleview, .snarkConfigTitle, .snarknavbar, img, input[type="image"] {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -1097,6 +1098,7 @@ tr:hover .percentBarText {
|
||||
color: #070;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
|
||||
@@ -829,6 +829,7 @@ _:-ms-lang(x), .snarkTorrents tbody tr:hover, .snarkDirInfo tbody tr:hover {
|
||||
#infohash {
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
@@ -1104,6 +1105,7 @@ tr:hover .percentBarInner {
|
||||
box-shadow: inset 0 0 0 1px #212;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
@@ -1168,6 +1170,7 @@ th.headerpriority br, .snarkTorrents thead th br {
|
||||
.toggleview, .snarkConfigTitle, .snarknavbar, img, input[type="image"], label, th img {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -3380,6 +3383,7 @@ th a img {
|
||||
.snarkTorrentStatus {
|
||||
-moz-user-select: none !important;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -125,6 +125,7 @@ th a:active, th a:visited:active, td a:active, td a:visited:active {
|
||||
.toggleview, .snarkConfigTitle, .snarknavbar, img, input[type="image"] {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -912,6 +913,7 @@ _:-ms-lang(x), .snarkTorrents tbody tr:hover, .snarkDirInfo tbody tr:hover {
|
||||
color: #050;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
@@ -1844,6 +1846,7 @@ code, tt {
|
||||
font-family: "DejaVu Sans Mono", "Droid Sans Mono", "Lucida Console", monospace;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ body.iframed {
|
||||
#navi, .buttons, #buttons, #host_list tr:first-child, #host_list img, #host_list td:nth-child(n+2) a {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -1116,6 +1117,7 @@ p.book {
|
||||
padding: 3px 10px !important;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
user-select: all;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
@@ -31,6 +31,7 @@ body.iframed {
|
||||
#navi, .buttons, #buttons, #host_list tr:first-child, #host_list img, #host_list td:nth-child(n+2) a {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -92,6 +93,7 @@ code, tt, .destaddress {
|
||||
#host_list .destaddress {
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
}
|
||||
|
||||
#navi {
|
||||
|
||||
@@ -44,6 +44,7 @@ body.iframed {
|
||||
#pagenav, .sort, .topbuttons, h3 {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@ body.iframed {
|
||||
#pagenav, .sort, .topbuttons, h3 {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -62,6 +63,7 @@ body.iframed {
|
||||
#mailbox td:first-child, #mailbox td:nth-child(2), #mailbox td:nth-child(4), #mailbox td:nth-child(6), #mailbox td:nth-child(8) {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user