Anpassung optik
This commit is contained in:
+12
-18
@@ -1111,38 +1111,32 @@ input[type="radio"] {
|
|||||||
padding-right: 0.75em;
|
padding-right: 0.75em;
|
||||||
position: relative; }
|
position: relative; }
|
||||||
input[type="checkbox"] + label:before,
|
input[type="checkbox"] + label:before,
|
||||||
input[type="radio"] + label:before {
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
display: inline-block;
|
|
||||||
font-style: normal;
|
|
||||||
font-variant: normal;
|
|
||||||
text-rendering: auto;
|
|
||||||
line-height: 1;
|
|
||||||
text-transform: none !important;
|
|
||||||
font-family: 'Font Awesome 5 Free';
|
|
||||||
font-weight: 900; }
|
|
||||||
input[type="checkbox"] + label:before,
|
|
||||||
input[type="radio"] + label:before {
|
input[type="radio"] + label:before {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-radius: 0.375em;
|
border-radius: 0.375em;
|
||||||
border: solid 1px rgba(210, 215, 217, 0.75);
|
border: solid 1px rgba(210, 215, 217, 0.75);
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 0.8em;
|
|
||||||
height: 2.0625em;
|
height: 2.0625em;
|
||||||
left: 0;
|
left: 0;
|
||||||
line-height: 2.0625em;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 2.0625em; }
|
width: 2.0625em; }
|
||||||
input[type="checkbox"]:checked + label:before,
|
input[type="checkbox"]:checked + label:before,
|
||||||
input[type="radio"]:checked + label:before {
|
input[type="radio"]:checked + label:before {
|
||||||
background: #3d4449;
|
background: #3d4449;
|
||||||
border-color: #3d4449;
|
border-color: #3d4449; }
|
||||||
color: #ffffff;
|
input[type="checkbox"]:checked + label:after,
|
||||||
content: '\f00c'; }
|
input[type="radio"]:checked + label:after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
left: 0.72em;
|
||||||
|
top: 0.62em;
|
||||||
|
width: 0.45em;
|
||||||
|
height: 0.9em;
|
||||||
|
border: solid #ffffff;
|
||||||
|
border-width: 0 0.15em 0.15em 0;
|
||||||
|
transform: rotate(45deg); }
|
||||||
input[type="checkbox"]:focus + label:before,
|
input[type="checkbox"]:focus + label:before,
|
||||||
input[type="radio"]:focus + label:before {
|
input[type="radio"]:focus + label:before {
|
||||||
border-color: #38761d;
|
border-color: #38761d;
|
||||||
|
|||||||
Reference in New Issue
Block a user