diff --git a/administrator/templates/isis/css/template-rtl.css b/administrator/templates/isis/css/template-rtl.css index 5f2b04679dc7f..807e28ffbf3a4 100644 --- a/administrator/templates/isis/css/template-rtl.css +++ b/administrator/templates/isis/css/template-rtl.css @@ -5871,6 +5871,12 @@ hr.hr-condensed { .radio.btn-group input[type=radio] { display: none; } +.radio.btn-group > label { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} .radio.btn-group > label:first-of-type { margin-left: 0; -webkit-border-bottom-left-radius: 4px; diff --git a/administrator/templates/isis/css/template.css b/administrator/templates/isis/css/template.css index 46d6735c158a0..f7d1a8d8f8fa9 100644 --- a/administrator/templates/isis/css/template.css +++ b/administrator/templates/isis/css/template.css @@ -5871,6 +5871,12 @@ hr.hr-condensed { .radio.btn-group input[type=radio] { display: none; } +.radio.btn-group > label { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} .radio.btn-group > label:first-of-type { margin-left: 0; -webkit-border-bottom-left-radius: 4px; diff --git a/media/jui/css/bootstrap-extended.css b/media/jui/css/bootstrap-extended.css index 2db0e651b1405..a24649bbee82d 100644 --- a/media/jui/css/bootstrap-extended.css +++ b/media/jui/css/bootstrap-extended.css @@ -289,6 +289,12 @@ hr.hr-condensed { .radio.btn-group input[type=radio] { display: none; } +.radio.btn-group > label { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} .radio.btn-group > label:first-of-type { margin-left: 0; -webkit-border-bottom-left-radius: 4px; diff --git a/media/jui/less/bootstrap-extended.less b/media/jui/less/bootstrap-extended.less index 613ddbcf484a4..6583190fd6df1 100644 --- a/media/jui/less/bootstrap-extended.less +++ b/media/jui/less/bootstrap-extended.less @@ -304,6 +304,12 @@ hr.hr-condensed { .radio.btn-group input[type=radio] { display: none; } +.radio.btn-group > label { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} .radio.btn-group > label:first-of-type { margin-left: 0; -webkit-border-bottom-left-radius: 4px; diff --git a/templates/protostar/css/template.css b/templates/protostar/css/template.css index fd3b51d4037de..f0a97dac5f5f3 100644 --- a/templates/protostar/css/template.css +++ b/templates/protostar/css/template.css @@ -6032,6 +6032,12 @@ hr.hr-condensed { .radio.btn-group input[type=radio] { display: none; } +.radio.btn-group > label { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} .radio.btn-group > label:first-of-type { margin-left: 0; -webkit-border-bottom-left-radius: 4px;