519 lines
18 KiB
CSS
519 lines
18 KiB
CSS
/* Buttons */
|
|
.jsplus_bootstrap_button_preview button,
|
|
input,
|
|
{
|
|
margin: 0;
|
|
font: inherit;
|
|
color: inherit;
|
|
}
|
|
.jsplus_bootstrap_button_preview button {
|
|
overflow: visible;
|
|
}
|
|
.jsplus_bootstrap_button_preview button {
|
|
text-transform: none;
|
|
}
|
|
.jsplus_bootstrap_button_preview button,
|
|
.jsplus_bootstrap_button_preview input[type="button"],
|
|
.jsplus_bootstrap_button_preview input[type="reset"],
|
|
.jsplus_bootstrap_button_preview input[type="submit"] {
|
|
-webkit-appearance: button;
|
|
cursor: pointer;
|
|
}
|
|
.jsplus_bootstrap_button_preview button[disabled],
|
|
.jsplus_bootstrap_button_preview input[disabled] {
|
|
cursor: default;
|
|
}
|
|
.jsplus_bootstrap_button_preview button::-moz-focus-inner,
|
|
.jsplus_bootstrap_button_preview input::-moz-focus-inner {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
|
|
.jsplus_bootstrap_button_preview .btn > .caret,
|
|
.dropup > .jsplus_bootstrap_button_preview .btn > .caret {
|
|
border-top-color: #000 !important;
|
|
}
|
|
|
|
.jsplus_bootstrap_button_preview .btn {
|
|
display: inline-block;
|
|
padding: 6px 12px;
|
|
margin-bottom: 0;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
line-height: 1.42857143;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn:focus,
|
|
.jsplus_bootstrap_button_preview .btn:active:focus,
|
|
.jsplus_bootstrap_button_preview .btn.active:focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn:hover,
|
|
.jsplus_bootstrap_button_preview .btn:focus {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn:active,
|
|
.jsplus_bootstrap_button_preview .btn.active {
|
|
background-image: none;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn.disabled,
|
|
.jsplus_bootstrap_button_preview .btn[disabled],
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn {
|
|
pointer-events: none;
|
|
cursor: not-allowed;
|
|
filter: alpha(opacity=65);
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
opacity: .65;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-default {
|
|
color: #333;
|
|
background-color: #fff;
|
|
border-color: #ccc;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-default:hover,
|
|
.jsplus_bootstrap_button_preview .btn-default:focus,
|
|
.jsplus_bootstrap_button_preview .btn-default:active,
|
|
.jsplus_bootstrap_button_preview .btn-default.active,
|
|
.jsplus_bootstrap_button_preview .open > .dropdown-toggle.btn-default {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #adadad;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-default:active,
|
|
.jsplus_bootstrap_button_preview .btn-default.active,
|
|
.jsplus_bootstrap_button_preview .open > .dropdown-toggle.btn-default {
|
|
background-image: none;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-default.disabled,
|
|
.jsplus_bootstrap_button_preview .btn-default[disabled],
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-default,
|
|
.jsplus_bootstrap_button_preview .btn-default.disabled:hover,
|
|
.jsplus_bootstrap_button_preview .btn-default[disabled]:hover,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-default:hover,
|
|
.jsplus_bootstrap_button_preview .btn-default.disabled:focus,
|
|
.jsplus_bootstrap_button_preview .btn-default[disabled]:focus,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-default:focus,
|
|
.jsplus_bootstrap_button_preview .btn-default.disabled:active,
|
|
.jsplus_bootstrap_button_preview .btn-default[disabled]:active,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-default:active,
|
|
.jsplus_bootstrap_button_preview .btn-default.disabled.active,
|
|
.jsplus_bootstrap_button_preview .btn-default[disabled].active,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-default.active {
|
|
background-color: #fff;
|
|
border-color: #ccc;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-default .badge {
|
|
color: #fff;
|
|
background-color: #333;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-primary {
|
|
color: #fff;
|
|
background-color: #428bca;
|
|
border-color: #357ebd;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-primary:hover,
|
|
.jsplus_bootstrap_button_preview .btn-primary:focus,
|
|
.jsplus_bootstrap_button_preview .btn-primary:active,
|
|
.jsplus_bootstrap_button_preview .btn-primary.active,
|
|
.jsplus_bootstrap_button_preview .open > .dropdown-toggle.btn-primary {
|
|
color: #fff;
|
|
background-color: #3071a9;
|
|
border-color: #285e8e;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-primary:active,
|
|
.jsplus_bootstrap_button_preview .btn-primary.active,
|
|
.jsplus_bootstrap_button_preview .open > .dropdown-toggle.btn-primary {
|
|
background-image: none;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-primary.disabled,
|
|
.jsplus_bootstrap_button_preview .btn-primary[disabled],
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-primary,
|
|
.jsplus_bootstrap_button_preview .btn-primary.disabled:hover,
|
|
.jsplus_bootstrap_button_preview .btn-primary[disabled]:hover,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-primary:hover,
|
|
.jsplus_bootstrap_button_preview .btn-primary.disabled:focus,
|
|
.jsplus_bootstrap_button_preview .btn-primary[disabled]:focus,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-primary:focus,
|
|
.jsplus_bootstrap_button_preview .btn-primary.disabled:active,
|
|
.jsplus_bootstrap_button_preview .btn-primary[disabled]:active,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-primary:active,
|
|
.jsplus_bootstrap_button_preview .btn-primary.disabled.active,
|
|
.jsplus_bootstrap_button_preview .btn-primary[disabled].active,
|
|
fieldset[disabled] .btn-primary.active {
|
|
background-color: #428bca;
|
|
border-color: #357ebd;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-primary .badge {
|
|
color: #428bca;
|
|
background-color: #fff;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-success {
|
|
color: #fff;
|
|
background-color: #5cb85c;
|
|
border-color: #4cae4c;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-success:hover,
|
|
.jsplus_bootstrap_button_preview .btn-success:focus,
|
|
.jsplus_bootstrap_button_preview .btn-success:active,
|
|
.jsplus_bootstrap_button_preview .btn-success.active,
|
|
.jsplus_bootstrap_button_preview .open > .dropdown-toggle.btn-success {
|
|
color: #fff;
|
|
background-color: #449d44;
|
|
border-color: #398439;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-success:active,
|
|
.jsplus_bootstrap_button_preview .btn-success.active,
|
|
.jsplus_bootstrap_button_preview .open > .dropdown-toggle.btn-success {
|
|
background-image: none;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-success.disabled,
|
|
.jsplus_bootstrap_button_preview .btn-success[disabled],
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-success,
|
|
.jsplus_bootstrap_button_preview .btn-success.disabled:hover,
|
|
.jsplus_bootstrap_button_preview .btn-success[disabled]:hover,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-success:hover,
|
|
.jsplus_bootstrap_button_preview .btn-success.disabled:focus,
|
|
.jsplus_bootstrap_button_preview .btn-success[disabled]:focus,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-success:focus,
|
|
.jsplus_bootstrap_button_preview .btn-success.disabled:active,
|
|
.jsplus_bootstrap_button_preview .btn-success[disabled]:active,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-success:active,
|
|
.jsplus_bootstrap_button_preview .btn-success.disabled.active,
|
|
.jsplus_bootstrap_button_preview .btn-success[disabled].active,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-success.active {
|
|
background-color: #5cb85c;
|
|
border-color: #4cae4c;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-success .badge {
|
|
color: #5cb85c;
|
|
background-color: #fff;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-info {
|
|
color: #fff;
|
|
background-color: #5bc0de;
|
|
border-color: #46b8da;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-info:hover,
|
|
.jsplus_bootstrap_button_preview .btn-info:focus,
|
|
.jsplus_bootstrap_button_preview .btn-info:active,
|
|
.jsplus_bootstrap_button_preview .btn-info.active,
|
|
.jsplus_bootstrap_button_preview .open > .dropdown-toggle.btn-info {
|
|
color: #fff;
|
|
background-color: #31b0d5;
|
|
border-color: #269abc;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-info:active,
|
|
.jsplus_bootstrap_button_preview .btn-info.active,
|
|
.jsplus_bootstrap_button_preview .open > .dropdown-toggle.btn-info {
|
|
background-image: none;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-info.disabled,
|
|
.jsplus_bootstrap_button_preview .btn-info[disabled],
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-info,
|
|
.jsplus_bootstrap_button_preview .btn-info.disabled:hover,
|
|
.jsplus_bootstrap_button_preview .btn-info[disabled]:hover,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-info:hover,
|
|
.jsplus_bootstrap_button_preview .btn-info.disabled:focus,
|
|
.jsplus_bootstrap_button_preview .btn-info[disabled]:focus,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-info:focus,
|
|
.jsplus_bootstrap_button_preview .btn-info.disabled:active,
|
|
.jsplus_bootstrap_button_preview .btn-info[disabled]:active,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-info:active,
|
|
.jsplus_bootstrap_button_preview .btn-info.disabled.active,
|
|
.jsplus_bootstrap_button_preview .btn-info[disabled].active,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-info.active {
|
|
background-color: #5bc0de;
|
|
border-color: #46b8da;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-info .badge {
|
|
color: #5bc0de;
|
|
background-color: #fff;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-warning {
|
|
color: #fff;
|
|
background-color: #f0ad4e;
|
|
border-color: #eea236;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-warning:hover,
|
|
.jsplus_bootstrap_button_preview .btn-warning:focus,
|
|
.jsplus_bootstrap_button_preview .btn-warning:active,
|
|
.jsplus_bootstrap_button_preview .btn-warning.active,
|
|
.jsplus_bootstrap_button_preview .open > .dropdown-toggle.btn-warning {
|
|
color: #fff;
|
|
background-color: #ec971f;
|
|
border-color: #d58512;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-warning:active,
|
|
.jsplus_bootstrap_button_preview .btn-warning.active,
|
|
.jsplus_bootstrap_button_preview .open > .dropdown-toggle.btn-warning {
|
|
background-image: none;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-warning.disabled,
|
|
.jsplus_bootstrap_button_preview .btn-warning[disabled],
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-warning,
|
|
.jsplus_bootstrap_button_preview .btn-warning.disabled:hover,
|
|
.jsplus_bootstrap_button_preview .btn-warning[disabled]:hover,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-warning:hover,
|
|
.jsplus_bootstrap_button_preview .btn-warning.disabled:focus,
|
|
.jsplus_bootstrap_button_preview .btn-warning[disabled]:focus,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-warning:focus,
|
|
.jsplus_bootstrap_button_preview .btn-warning.disabled:active,
|
|
.jsplus_bootstrap_button_preview .btn-warning[disabled]:active,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-warning:active,
|
|
.jsplus_bootstrap_button_preview .btn-warning.disabled.active,
|
|
.jsplus_bootstrap_button_preview .btn-warning[disabled].active,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-warning.active {
|
|
background-color: #f0ad4e;
|
|
border-color: #eea236;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-warning .badge {
|
|
color: #f0ad4e;
|
|
background-color: #fff;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-danger {
|
|
color: #fff;
|
|
background-color: #d9534f;
|
|
border-color: #d43f3a;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-danger:hover,
|
|
.jsplus_bootstrap_button_preview .btn-danger:focus,
|
|
.jsplus_bootstrap_button_preview .btn-danger:active,
|
|
.jsplus_bootstrap_button_preview .btn-danger.active,
|
|
.jsplus_bootstrap_button_preview .open > .dropdown-toggle.btn-danger {
|
|
color: #fff;
|
|
background-color: #c9302c;
|
|
border-color: #ac2925;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-danger:active,
|
|
.jsplus_bootstrap_button_preview .btn-danger.active,
|
|
.jsplus_bootstrap_button_preview .open > .dropdown-toggle.btn-danger {
|
|
background-image: none;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-danger.disabled,
|
|
.jsplus_bootstrap_button_preview .btn-danger[disabled],
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-danger,
|
|
.jsplus_bootstrap_button_preview .btn-danger.disabled:hover,
|
|
.jsplus_bootstrap_button_preview .btn-danger[disabled]:hover,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-danger:hover,
|
|
.jsplus_bootstrap_button_preview .btn-danger.disabled:focus,
|
|
.jsplus_bootstrap_button_preview .btn-danger[disabled]:focus,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-danger:focus,
|
|
.jsplus_bootstrap_button_preview .btn-danger.disabled:active,
|
|
.jsplus_bootstrap_button_preview .btn-danger[disabled]:active,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-danger:active,
|
|
.jsplus_bootstrap_button_preview .btn-danger.disabled.active,
|
|
.jsplus_bootstrap_button_preview .btn-danger[disabled].active,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-danger.active {
|
|
background-color: #d9534f;
|
|
border-color: #d43f3a;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-danger .badge {
|
|
color: #d9534f;
|
|
background-color: #fff;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-link {
|
|
font-weight: normal;
|
|
color: #428bca;
|
|
cursor: pointer;
|
|
border-radius: 0;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-link,
|
|
.jsplus_bootstrap_button_preview .btn-link:active,
|
|
.jsplus_bootstrap_button_preview .btn-link[disabled],
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-link {
|
|
background-color: transparent;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-link,
|
|
.jsplus_bootstrap_button_preview .btn-link:hover,
|
|
.jsplus_bootstrap_button_preview .btn-link:focus,
|
|
.jsplus_bootstrap_button_preview .btn-link:active {
|
|
border-color: transparent;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-link:hover,
|
|
.jsplus_bootstrap_button_preview .btn-link:focus {
|
|
color: #2a6496;
|
|
text-decoration: underline;
|
|
background-color: transparent;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-link[disabled]:hover,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-link:hover,
|
|
.jsplus_bootstrap_button_preview .btn-link[disabled]:focus,
|
|
.jsplus_bootstrap_button_preview fieldset[disabled] .btn-link:focus {
|
|
color: #777;
|
|
text-decoration: none;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-lg,
|
|
.jsplus_bootstrap_button_preview .btn-group-lg > .btn {
|
|
padding: 10px 16px;
|
|
font-size: 18px;
|
|
line-height: 1.33;
|
|
border-radius: 6px;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-sm,
|
|
.jsplus_bootstrap_button_preview .btn-group-sm > .btn {
|
|
padding: 5px 10px;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-xs,
|
|
.jsplus_bootstrap_button_preview .btn-group-xs > .btn {
|
|
padding: 1px 5px;
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-block {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.jsplus_bootstrap_button_preview .btn-block + .btn-block {
|
|
margin-top: 5px;
|
|
}
|
|
.jsplus_bootstrap_button_preview input[type="submit"].btn-block,
|
|
.jsplus_bootstrap_button_preview input[type="reset"].btn-block,
|
|
.jsplus_bootstrap_button_preview input[type="button"].btn-block {
|
|
width: 100%;
|
|
}
|
|
|
|
/* Labels */
|
|
.jsplus_bootstrap_label_preview .label {
|
|
display: inline;
|
|
padding: .2em .6em .3em;
|
|
font-size: 75%;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
color: #fff;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: baseline;
|
|
border-radius: .25em;
|
|
}
|
|
.jsplus_bootstrap_label_preview a.label:hover,
|
|
.jsplus_bootstrap_label_preview a.label:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label:empty {
|
|
display: none;
|
|
}
|
|
.jsplus_bootstrap_label_preview .btn .label {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label-default {
|
|
background-color: #777;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label-default[href]:hover,
|
|
.jsplus_bootstrap_label_preview .label-default[href]:focus {
|
|
background-color: #5e5e5e;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label-primary {
|
|
background-color: #428bca;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label-primary[href]:hover,
|
|
.jsplus_bootstrap_label_preview .label-primary[href]:focus {
|
|
background-color: #3071a9;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label-success {
|
|
background-color: #5cb85c;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label-success[href]:hover,
|
|
.jsplus_bootstrap_label_preview .label-success[href]:focus {
|
|
background-color: #449d44;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label-info {
|
|
background-color: #5bc0de;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label-info[href]:hover,
|
|
.jsplus_bootstrap_label_preview .label-info[href]:focus {
|
|
background-color: #31b0d5;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label-warning {
|
|
background-color: #f0ad4e;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label-warning[href]:hover,
|
|
.jsplus_bootstrap_label_preview .label-warning[href]:focus {
|
|
background-color: #ec971f;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label-danger {
|
|
background-color: #d9534f;
|
|
}
|
|
.jsplus_bootstrap_label_preview .label-danger[href]:hover,
|
|
.jsplus_bootstrap_label_preview .label-danger[href]:focus {
|
|
background-color: #c9302c;
|
|
}
|
|
|
|
/* Badges */
|
|
.jsplus_bootstrap_badge_preview .badge {
|
|
display: inline-block;
|
|
min-width: 10px;
|
|
padding: 3px 7px;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
color: #fff;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: baseline;
|
|
background-color: #777;
|
|
border-radius: 10px;
|
|
}
|
|
.jsplus_bootstrap_badge_preview .badge:empty {
|
|
display: none;
|
|
}
|
|
.jsplus_bootstrap_badge_preview .btn .badge {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
.jsplus_bootstrap_badge_preview .btn-xs .badge {
|
|
top: 0;
|
|
padding: 1px 5px;
|
|
}
|
|
.jsplus_bootstrap_badge_preview a.badge:hover,
|
|
.jsplus_bootstrap_badge_preview a.badge:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* Breadcrumbs */
|
|
.jsplus_bootstrap_breadcrumbs_preview .breadcrumb {
|
|
padding: 8px 15px;
|
|
margin-bottom: 20px;
|
|
list-style: none;
|
|
background-color: #f5f5f5;
|
|
border-radius: 4px;
|
|
}
|
|
.jsplus_bootstrap_breadcrumbs_preview .breadcrumb > li {
|
|
display: inline-block;
|
|
}
|
|
.jsplus_bootstrap_breadcrumbs_preview .breadcrumb > li + li:before {
|
|
padding: 0 5px;
|
|
color: #ccc;
|
|
content: "/\00a0";
|
|
}
|
|
.jsplus_bootstrap_breadcrumbs_preview .breadcrumb > .active {
|
|
color: #777;
|
|
} |