123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- @bootstrap-switch-base: bootstrap-switch;
- .@{bootstrap-switch-base} {
- display: inline-block;
- cursor: pointer;
- .border-radius(5px);
- border: 1px solid;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- position: relative;
- text-align: left;
- overflow: hidden;
- line-height: 8px;
- .user-select(none);
- vertical-align: middle;
- min-width: 100px;
- .transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s");
- &.@{bootstrap-switch-base}-mini {
- min-width: 71px;
- .@{bootstrap-switch-base}-handle-on,
- .@{bootstrap-switch-base}-handle-off,
- .@{bootstrap-switch-base}-label {
- padding-bottom: 4px;
- padding-top: 4px;
- font-size: 10px;
- line-height: 9px;
- }
- }
- &.@{bootstrap-switch-base}-small {
- min-width: 79px;
- .@{bootstrap-switch-base}-handle-on,
- .@{bootstrap-switch-base}-handle-off,
- .@{bootstrap-switch-base}-label {
- padding-bottom: 3px;
- padding-top: 3px;
- font-size: 12px;
- line-height: 18px;
- }
- }
- &.@{bootstrap-switch-base}-large {
- min-width: 120px;
- .@{bootstrap-switch-base}-handle-on,
- .@{bootstrap-switch-base}-handle-off,
- .@{bootstrap-switch-base}-label {
- padding-bottom: 9px;
- padding-top: 9px;
- font-size: 16px;
- line-height: normal;
- }
- }
- &.@{bootstrap-switch-base}-disabled,
- &.@{bootstrap-switch-base}-readonly,
- &.@{bootstrap-switch-base}-indeterminate {
- .opacity(50);
- cursor: default !important;
- .@{bootstrap-switch-base}-handle-on,
- .@{bootstrap-switch-base}-handle-off,
- .@{bootstrap-switch-base}-label {
- cursor: default !important;
- }
- }
- &.@{bootstrap-switch-base}-animate {
- .@{bootstrap-switch-base}-container {
- .transition(margin-left .5s);
- }
- }
- &.@{bootstrap-switch-base}-inverse {
- .@{bootstrap-switch-base}-handle-on {
- .border-left-radius(0);
- .border-right-radius(4px);
- }
- .@{bootstrap-switch-base}-handle-off {
- .border-right-radius(0);
- .border-left-radius(4px);
- }
- }
- &.@{bootstrap-switch-base}-focused {
- border-color: rgba(82, 168, 236, .8);
- outline: 0;
- outline: thin dotted \9;
- .box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82, 168, 236, .6)");
- }
- &.@{bootstrap-switch-base}-on,
- &.@{bootstrap-switch-base}-inverse.@{bootstrap-switch-base}-off {
- .@{bootstrap-switch-base}-container {
- margin-left: 0%;
- }
- .@{bootstrap-switch-base}-label {
- .border-right-radius(4px);
- }
- }
- &.@{bootstrap-switch-base}-off,
- &.@{bootstrap-switch-base}-inverse.@{bootstrap-switch-base}-on {
- .@{bootstrap-switch-base}-container {
- margin-left: -50%;
- }
- .@{bootstrap-switch-base}-label {
- .border-left-radius(4px);
- }
- }
- &.@{bootstrap-switch-base}-indeterminate {
- .@{bootstrap-switch-base}-container {
- margin-left: -25%;
- }
- }
- .@{bootstrap-switch-base}-container {
- display: inline-block;
- width: 150%;
- top: 0;
- .border-radius(4px);
- .translate3d(0, 0, 0);
- }
- .@{bootstrap-switch-base}-handle-on,
- .@{bootstrap-switch-base}-handle-off,
- .@{bootstrap-switch-base}-label {
- .box-sizing(border-box);
- cursor: pointer;
- display: inline-block !important;
- height: 100%;
- padding-bottom: 4px;
- padding-top: 4px;
- font-size: 14px;
- line-height: 20px;
- }
- .@{bootstrap-switch-base}-handle-on,
- .@{bootstrap-switch-base}-handle-off {
- text-align: center;
- z-index: 1;
- width: 33.333333333%;
- &.@{bootstrap-switch-base}-primary {
- .buttonBackground(@btnPrimaryBackgroundHighlight, @btnPrimaryBackground);
- }
- &.@{bootstrap-switch-base}-info {
- .buttonBackground(@btnInfoBackgroundHighlight, @btnInfoBackground);
- }
- &.@{bootstrap-switch-base}-success {
- .buttonBackground(@btnSuccessBackgroundHighlight, @btnSuccessBackground);
- }
- &.@{bootstrap-switch-base}-warning {
- .buttonBackground(@btnWarningBackgroundHighlight, @btnWarningBackground);
- }
- &.@{bootstrap-switch-base}-danger {
- .buttonBackground(@btnDangerBackgroundHighlight, @btnDangerBackground);
- }
- &.@{bootstrap-switch-base}-default {
- .buttonBackground(@btnBackgroundHighlight, @btnBackground, @grayDark, 0 1px 1px rgba(255,255,255,.75));
- }
- }
- .@{bootstrap-switch-base}-label {
- text-align: center;
- margin-top: -1px;
- margin-bottom: -1px;
- z-index: 100;
- width: 33.333333333%;
- border-left: 1px solid @btnBorder;
- border-right: 1px solid @btnBorder;
- .buttonBackground(@btnBackground, @btnBackgroundHighlight, @grayDark);
- }
- .@{bootstrap-switch-base}-handle-on {
- .border-left-radius(4px);
- }
- .@{bootstrap-switch-base}-handle-off {
- .border-right-radius(4px);
- }
- input[type='radio'],
- input[type='checkbox'] {
- position: absolute !important;
- top: 0;
- left: 0;
- .opacity(0);
- z-index: -1;
- &.form-control {
- height: auto;
- }
- }
- }
|