Prevodi - popravek radio gumbov in checkboxov
This commit is contained in:
parent
e0b9293c20
commit
be4a8cdd9d
@ -24741,6 +24741,8 @@ div.prevajanje_holder .section .jezik_row .jezik_right {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
|
/* font awesom za admin */
|
||||||
|
/* select, checked */
|
||||||
}
|
}
|
||||||
div.prevajanje_holder .section .jezik_row .jezik_left.jezik_left,
|
div.prevajanje_holder .section .jezik_row .jezik_left.jezik_left,
|
||||||
div.prevajanje_holder .section .jezik_row .jezik_right.jezik_left {
|
div.prevajanje_holder .section .jezik_row .jezik_right.jezik_left {
|
||||||
@ -24783,6 +24785,104 @@ div.prevajanje_holder .section .jezik_row .jezik_right.vert_middle {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left div.variabla,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right div.variabla {
|
||||||
|
margin-left: 16px;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=checkbox].enka-admin-custom,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=radio].enka-admin-custom,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=checkbox].enka-admin-custom,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=radio].enka-admin-custom {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before {
|
||||||
|
font-family: "Font Awesome 5 Free";
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 16px;
|
||||||
|
color: #D3D3D3;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=checkbox].enka-admin-custom.enka-inline + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=radio].enka-admin-custom.enka-inline + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=checkbox].enka-admin-custom.enka-inline + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=radio].enka-admin-custom.enka-inline + span.enka-checkbox-radio:before {
|
||||||
|
display: inline-block;
|
||||||
|
padding-top: 4px;
|
||||||
|
padding-left: 4px;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=checkbox].enka-admin-custom + span.enka-checkbox-radio:before {
|
||||||
|
content: "";
|
||||||
|
letter-spacing: 10px;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=radio].enka-admin-custom + span.enka-checkbox-radio:before {
|
||||||
|
content: "";
|
||||||
|
letter-spacing: 8px;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=checkbox].enka-admin-custom:checked + span.enka-checkbox-radio:before {
|
||||||
|
content: "";
|
||||||
|
color: #D3D3D3;
|
||||||
|
letter-spacing: 8px;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=radio].enka-admin-custom:checked + span.enka-checkbox-radio:before {
|
||||||
|
content: "";
|
||||||
|
color: #D3D3D3;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=radio],
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=radio] {
|
||||||
|
margin: 0 8px 4px 0;
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=radio] + span.enka-checkbox-radio,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=radio] + span.enka-checkbox-radio {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=radio] + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=radio] + span.enka-checkbox-radio:before {
|
||||||
|
font-family: "Font Awesome 5 Free";
|
||||||
|
display: inline-block;
|
||||||
|
content: "";
|
||||||
|
letter-spacing: 10px;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=radio] + span.enka-custom-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=radio] + span.enka-custom-radio:before {
|
||||||
|
font-family: "Font Awesome 5 Free";
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=radio]:checked + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=radio]:checked + span.enka-checkbox-radio:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=checkbox],
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=checkbox] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=checkbox] + span.enka-checkbox-radio,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=checkbox] + span.enka-checkbox-radio {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 400;
|
||||||
|
color: #1E88E5;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=checkbox] + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=checkbox] + span.enka-checkbox-radio:before {
|
||||||
|
font-family: "Font Awesome 5 Free";
|
||||||
|
display: inline-block;
|
||||||
|
content: "";
|
||||||
|
letter-spacing: 10px;
|
||||||
|
}
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_left input[type=checkbox]:checked + span.enka-checkbox-radio:before,
|
||||||
|
div.prevajanje_holder .section .jezik_row .jezik_right input[type=checkbox]:checked + span.enka-checkbox-radio:before {
|
||||||
|
content: "";
|
||||||
|
letter-spacing: 8px;
|
||||||
|
}
|
||||||
div.prevajanje_holder .section .jezik_row .jezik_left:not(.settings) {
|
div.prevajanje_holder .section .jezik_row .jezik_left:not(.settings) {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
color: #777777 !important;
|
color: #777777 !important;
|
||||||
|
@ -57,6 +57,103 @@ div.prevajanje_holder {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div.variabla{
|
||||||
|
margin-left: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* font awesom za admin */
|
||||||
|
input[type="checkbox"].enka-admin-custom,
|
||||||
|
input[type="radio"].enka-admin-custom {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
input[type="checkbox"].enka-admin-custom+ span.enka-checkbox-radio:before,
|
||||||
|
input[type="radio"].enka-admin-custom + span.enka-checkbox-radio:before {
|
||||||
|
font-family: $fontawesome;
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 16px;
|
||||||
|
color: $dark-gray2;
|
||||||
|
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
input[type="checkbox"].enka-admin-custom.enka-inline + span.enka-checkbox-radio:before,
|
||||||
|
input[type="radio"].enka-admin-custom.enka-inline + span.enka-checkbox-radio:before {
|
||||||
|
display: inline-block;
|
||||||
|
padding-top: 4px;
|
||||||
|
padding-left: 4px;
|
||||||
|
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="checkbox"].enka-admin-custom + span.enka-checkbox-radio:before{
|
||||||
|
content: "\f0c8";
|
||||||
|
letter-spacing: 10px;
|
||||||
|
}
|
||||||
|
input[type="radio"].enka-admin-custom + span.enka-checkbox-radio:before{
|
||||||
|
content: "\f111";
|
||||||
|
letter-spacing: 8px;
|
||||||
|
}
|
||||||
|
/* select, checked */
|
||||||
|
input[type="checkbox"].enka-admin-custom:checked + span.enka-checkbox-radio:before{
|
||||||
|
content: "\f14a";
|
||||||
|
color: $dark-gray2;
|
||||||
|
letter-spacing: 8px;
|
||||||
|
}
|
||||||
|
input[type="radio"].enka-admin-custom:checked + span.enka-checkbox-radio:before{
|
||||||
|
content: "\f192";
|
||||||
|
color: $dark-gray2;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="radio"] {
|
||||||
|
margin: 0 8px 4px 0;
|
||||||
|
display: none !important;
|
||||||
|
&+span.enka-checkbox-radio {
|
||||||
|
&:before {
|
||||||
|
font-family: $fontawesome;
|
||||||
|
display: inline-block;
|
||||||
|
content: "\f111";
|
||||||
|
letter-spacing: 10px;
|
||||||
|
}
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
&+span.enka-custom-radio {
|
||||||
|
&:before {
|
||||||
|
font-family: $fontawesome;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&:checked {
|
||||||
|
&+span.enka-checkbox-radio {
|
||||||
|
&:before {
|
||||||
|
content: "\f192";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
input[type="checkbox"] {
|
||||||
|
display: none !important;
|
||||||
|
&+span.enka-checkbox-radio {
|
||||||
|
&:before {
|
||||||
|
font-family: $fontawesome;
|
||||||
|
display: inline-block;
|
||||||
|
content: "\f0c8";
|
||||||
|
letter-spacing: 10px;
|
||||||
|
}
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 400;
|
||||||
|
color: $radio_selector;
|
||||||
|
}
|
||||||
|
&:checked {
|
||||||
|
&+span.enka-checkbox-radio {
|
||||||
|
&:before {
|
||||||
|
content: "\f14a";
|
||||||
|
letter-spacing: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Disabled leva stran
|
//Disabled leva stran
|
||||||
|
Loading…
x
Reference in New Issue
Block a user