File tree Expand file tree Collapse file tree 4 files changed +24
-15
lines changed
views/themes/admin/language Expand file tree Collapse file tree 4 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 113113 position : relative ;
114114 display : inline-block ;
115115 cursor : pointer ;
116+
117+ & :disabled {
118+ & .form-check-input {
119+ opacity : 1 ;
120+ }
121+ }
116122 }
117123
118124 & --checkbox {
Original file line number Diff line number Diff line change 3737 height : calculateRem (68px );
3838
3939 .form-check {
40- display : flex ;
4140 margin-bottom : 0 ;
4241 min-height : calculateRem (16px );
4342 margin-top : 0 ;
Original file line number Diff line number Diff line change 5959
6060{% block content %}
6161 {% set enable_checkbox_raw %}
62- <input
63- type =" checkbox"
64- title =" {{ language .enabled ? ' language.enabled' | trans| desc(' Enabled' ) : ' language.disabled' | trans| desc(' Disabled' ) }}"
65- class =" ibexa-input ibexa-input--checkbox"
66- disabled
67- {% if language .enabled %}checked {% endif %}
68- >
62+ <div class =" form-check" >
63+ <input
64+ type =" checkbox"
65+ title =" {{ language .enabled ? ' language.enabled' | trans| desc(' Enabled' ) : ' language.disabled' | trans| desc(' Disabled' ) }}"
66+ class =" ibexa-input ibexa-input--checkbox form-check-input"
67+ disabled
68+ {% if language .enabled %}checked {% endif %}
69+ >
70+ </div >
6971 {% endset %}
7072 {% set language_items = [
7173 {
Original file line number Diff line number Diff line change 7979 ]) %}
8080
8181 {% set col_raw %}
82- <input
83- type =" checkbox"
84- title =" {{ language .enabled ? ' language.enabled' | trans| desc(' Enabled' ) : ' language.disabled' | trans| desc(' Disabled' ) }}"
85- class =" ibexa-input ibexa-input--checkbox"
86- disabled
87- {% if language .enabled %}checked {% endif %}
88- >
82+ <div class =" form-check" >
83+ <input
84+ type =" checkbox"
85+ title =" {{ language .enabled ? ' language.enabled' | trans| desc(' Enabled' ) : ' language.disabled' | trans| desc(' Disabled' ) }}"
86+ class =" ibexa-input ibexa-input--checkbox form-check-input"
87+ disabled
88+ {% if language .enabled %}checked {% endif %}
89+ >
90+ </div >
8991 {% endset %}
9092 {% set body_row_cols = body_row_cols | merge ([{
9193 content : col_raw ,
You can’t perform that action at this time.
0 commit comments