Skip to content

Commit

Permalink
Removed orphan weblinks languages
Browse files Browse the repository at this point in the history
  • Loading branch information
demis-palma committed Jan 30, 2018
1 parent 7e7a3ea commit 9c396ff
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 6 additions & 0 deletions administrator/templates/isis/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 6 additions & 0 deletions media/jui/css/bootstrap-extended.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 6 additions & 0 deletions media/jui/less/bootstrap-extended.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 6 additions & 0 deletions templates/protostar/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9c396ff

Please sign in to comment.