minor fixes

This commit is contained in:
piensaenpixel 2016-02-03 11:10:13 +01:00
parent 3dda1f6c63
commit ab2ad9bb1e
7 changed files with 8 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -86,7 +86,7 @@
}
}
.CDB-Checkbox:disabled:hover ~ .CDB-Checkbox-face {
.CDB-Checkbox:disabled:hover + .CDB-Checkbox-face {
border: 1px solid $cSecondaryLine;
}

View File

@ -15,10 +15,10 @@
@import '../../cdb-variables/colors';
.CDB-InputText {
min-width: 152px;
width: 100%;
padding: 7px 8px 6px;
border: 1px solid $cMainLine;
border-radius: 3px;
border-radius: $baseSize / 2;
font-size: $sFontSize-medium;
line-height: $sLineHeight-medium;

View File

@ -19,11 +19,11 @@
width: 100%;
margin: -4px 0 0;
padding: 0;
border: 0;
background: transparent;
cursor: pointer;
overflow: hidden;
vertical-align: middle;
border: 0;
&:focus {
outline: 0;
@ -87,10 +87,10 @@
.CDB-Range::-moz-range-track {
height: $baseSize / 4;
margin: $baseSize 0;
border-radius: $baseSize / 2;
background: $cMainLine;
border: 0;
border-radius: $baseSize / 2;
outline: none;
background: $cMainLine;
}
.CDB-Range::-moz-range-thumb {

View File

@ -26,7 +26,7 @@
opacity: 0;
z-index: 1;
~ .CDB-ToggleFace {
+ .CDB-ToggleFace {
@include transition(background, 300ms);
position: relative;
width: $baseSize * 4;
@ -48,7 +48,7 @@
}
}
&:checked ~ .CDB-ToggleFace {
&:checked + .CDB-ToggleFace {
background: $cMainDark;
&::before {