mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-21 13:29:00 +01:00
grunt
This commit is contained in:
parent
9f66e7309c
commit
ffa3b7c296
@ -153,8 +153,7 @@ select {
|
||||
}
|
||||
|
||||
button,
|
||||
html input[type="button"],
|
||||
input[type="reset"],
|
||||
html input[type="button"], input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
cursor: pointer;
|
||||
@ -387,7 +386,8 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:focus, a:hover {
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: #014c8c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
@ -475,6 +475,10 @@ output {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6,
|
||||
.h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
margin-bottom: .5rem;
|
||||
@ -649,20 +653,6 @@ mark,
|
||||
content: "\00A0 \2014";
|
||||
}
|
||||
|
||||
.figure {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.figure > img {
|
||||
margin-bottom: .5rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.figure-caption {
|
||||
font-size: 90%;
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.img-fluid, .figure > img, .carousel-inner > .carousel-item > img,
|
||||
.carousel-inner > .carousel-item > a > img {
|
||||
display: block;
|
||||
@ -692,6 +682,20 @@ mark,
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.figure {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.figure > img {
|
||||
margin-bottom: .5rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.figure-caption {
|
||||
font-size: 90%;
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
@ -1898,7 +1902,8 @@ pre code {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control:disabled, .form-control[readonly] {
|
||||
.form-control:disabled,
|
||||
.form-control[readonly] {
|
||||
background-color: #eceeef;
|
||||
opacity: 1;
|
||||
}
|
||||
@ -1927,27 +1932,21 @@ pre code {
|
||||
input[type="date"].input-sm,
|
||||
.input-group-sm input[type="date"].form-control,
|
||||
input[type="time"].input-sm,
|
||||
.input-group-sm
|
||||
input[type="time"].form-control,
|
||||
.input-group-sm input[type="time"].form-control,
|
||||
input[type="datetime-local"].input-sm,
|
||||
.input-group-sm
|
||||
input[type="datetime-local"].form-control,
|
||||
.input-group-sm input[type="datetime-local"].form-control,
|
||||
input[type="month"].input-sm,
|
||||
.input-group-sm
|
||||
input[type="month"].form-control {
|
||||
line-height: 1.825rem;
|
||||
.input-group-sm input[type="month"].form-control {
|
||||
line-height: 1.8625rem;
|
||||
}
|
||||
input[type="date"].input-lg,
|
||||
.input-group-lg input[type="date"].form-control,
|
||||
input[type="time"].input-lg,
|
||||
.input-group-lg
|
||||
input[type="time"].form-control,
|
||||
.input-group-lg input[type="time"].form-control,
|
||||
input[type="datetime-local"].input-lg,
|
||||
.input-group-lg
|
||||
input[type="datetime-local"].form-control,
|
||||
.input-group-lg input[type="datetime-local"].form-control,
|
||||
input[type="month"].input-lg,
|
||||
.input-group-lg
|
||||
input[type="month"].form-control {
|
||||
.input-group-lg input[type="month"].form-control {
|
||||
line-height: 3.166667rem;
|
||||
}
|
||||
}
|
||||
@ -1959,9 +1958,11 @@ pre code {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
|
||||
.form-control-static.form-control-sm,
|
||||
.input-group-sm > .form-control-static.form-control,
|
||||
.input-group-sm > .form-control-static.input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
|
||||
.input-group-sm > .input-group-btn > .form-control-static.btn,
|
||||
.form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
|
||||
.input-group-lg > .form-control-static.input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .form-control-static.btn {
|
||||
padding-right: 0;
|
||||
@ -1972,7 +1973,7 @@ pre code {
|
||||
.input-group-sm > .input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .btn {
|
||||
padding: .275rem .75rem;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
line-height: 1.5;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
@ -2041,7 +2042,8 @@ pre code {
|
||||
margin-left: .75rem;
|
||||
}
|
||||
|
||||
input[type="radio"]:disabled, input[type="radio"].disabled,
|
||||
input[type="radio"]:disabled,
|
||||
input[type="radio"].disabled,
|
||||
input[type="checkbox"]:disabled,
|
||||
input[type="checkbox"].disabled {
|
||||
cursor: not-allowed;
|
||||
@ -2095,7 +2097,7 @@ input[type="checkbox"].disabled {
|
||||
}
|
||||
|
||||
.has-success .form-control-success {
|
||||
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM1Q0I4NUMiIGQ9Ik0yMzMuOCw2MTAuMWMtMTMuMywwLTI1LjktNi4yLTM0LTE2LjlMOTAuNSw0NDguOEM3Ni4zLDQzMCw4MCw0MDMuMyw5OC44LDM4OS4xYzE4LjgtMTQuMyw0NS41LTEwLjUsNTkuOCw4LjNsNzEuOSw5NWwyMjAuOS0yNTAuNWMxMi41LTIwLDM4LjgtMjYuMSw1OC44LTEzLjZjMjAsMTIuNCwyNi4xLDM4LjcsMTMuNiw1OC44TDI3MCw1OTBjLTcuNCwxMi0yMC4yLDE5LjQtMzQuMywyMC4xQzIzNS4xLDYxMC4xLDIzNC41LDYxMC4xLDIzMy44LDYxMC4xeiIvPjwvc3ZnPg==");
|
||||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
|
||||
}
|
||||
|
||||
.has-warning .help-block,
|
||||
@ -2126,38 +2128,38 @@ input[type="checkbox"].disabled {
|
||||
}
|
||||
|
||||
.has-warning .form-control-warning {
|
||||
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ildhcm5pbmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjEyIDc5MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjEyIDc5MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0YwQUQ0RSIgZD0iTTYwMyw2NDAuMmwtMjc4LjUtNTA5Yy0zLjgtNi42LTEwLjgtMTAuNi0xOC41LTEwLjZzLTE0LjcsNC4xLTE4LjUsMTAuNkw5LDY0MC4yYy0zLjcsNi41LTMuNiwxNC40LDAuMiwyMC44YzMuOCw2LjUsMTAuOCwxMC40LDE4LjMsMTAuNGg1NTcuMWM3LjUsMCwxNC41LTMuOSwxOC4zLTEwLjRDNjA2LjYsNjU0LjYsNjA2LjcsNjQ2LjYsNjAzLDY0MC4yeiBNMzM2LjYsNjEwLjJoLTYxLjJWNTQ5aDYxLjJWNjEwLjJ6IE0zMzYuNiw1MDMuMWgtNjEuMlYzMDQuMmg2MS4yVjUwMy4xeiIvPjwvc3ZnPg==");
|
||||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
|
||||
}
|
||||
|
||||
.has-error .help-block,
|
||||
.has-error .form-control-label,
|
||||
.has-error .radio,
|
||||
.has-error .checkbox,
|
||||
.has-error .radio-inline,
|
||||
.has-error .checkbox-inline,
|
||||
.has-error.radio label,
|
||||
.has-error.checkbox label,
|
||||
.has-error.radio-inline label,
|
||||
.has-error.checkbox-inline label {
|
||||
.has-danger .help-block,
|
||||
.has-danger .form-control-label,
|
||||
.has-danger .radio,
|
||||
.has-danger .checkbox,
|
||||
.has-danger .radio-inline,
|
||||
.has-danger .checkbox-inline,
|
||||
.has-danger.radio label,
|
||||
.has-danger.checkbox label,
|
||||
.has-danger.radio-inline label,
|
||||
.has-danger.checkbox-inline label {
|
||||
color: #d9534f;
|
||||
}
|
||||
|
||||
.has-error .form-control {
|
||||
.has-danger .form-control {
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.has-error .input-group-addon {
|
||||
.has-danger .input-group-addon {
|
||||
color: #d9534f;
|
||||
background-color: #fdf7f7;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.has-error .form-control-feedback {
|
||||
.has-danger .form-control-feedback {
|
||||
color: #d9534f;
|
||||
}
|
||||
|
||||
.has-error .form-control-error {
|
||||
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNyb3NzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNEOTUzNEYiIGQ9Ik00NDcsNTQ0LjRjLTE0LjQsMTQuNC0zNy42LDE0LjQtNTEuOSwwTDMwNiw0NTEuN2wtODkuMSw5Mi43Yy0xNC40LDE0LjQtMzcuNiwxNC40LTUxLjksMGMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlsOTIuNC05Ni40TDE2NSwyOTkuNmMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlzMzcuNi0xNC40LDUxLjksMGw4OS4yLDkyLjdsODkuMS05Mi43YzE0LjQtMTQuNCwzNy42LTE0LjQsNTEuOSwwYzE0LjQsMTQuNCwxNC40LDM3LjYsMCw1MS45TDM1NC43LDM5Nmw5Mi40LDk2LjRDNDYxLjQsNTA2LjgsNDYxLjQsNTMwLDQ0Nyw1NDQuNHoiLz48L3N2Zz4=");
|
||||
.has-danger .form-control-error {
|
||||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
|
||||
}
|
||||
|
||||
@media (min-width: 544px) {
|
||||
@ -2231,13 +2233,19 @@ input[type="checkbox"].disabled {
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
|
||||
.btn:focus,
|
||||
.btn.focus,
|
||||
.btn:active:focus,
|
||||
.btn:active.focus,
|
||||
.btn.active:focus,
|
||||
.btn.active.focus {
|
||||
outline: thin dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.btn:focus, .btn:hover {
|
||||
.btn:focus,
|
||||
.btn:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -2245,12 +2253,14 @@ input[type="checkbox"].disabled {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn:active, .btn.active {
|
||||
.btn:active,
|
||||
.btn.active {
|
||||
background-image: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.btn.disabled, .btn:disabled {
|
||||
.btn.disabled,
|
||||
.btn:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: .65;
|
||||
}
|
||||
@ -2272,13 +2282,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:focus, .btn-primary.focus {
|
||||
.btn-primary:focus,
|
||||
.btn-primary.focus {
|
||||
color: #fff;
|
||||
background-color: #025aa5;
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:active, .btn-primary.active,
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
.open > .btn-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #025aa5;
|
||||
@ -2286,7 +2298,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
|
||||
.btn-primary:active:hover,
|
||||
.btn-primary:active:focus,
|
||||
.btn-primary:active.focus,
|
||||
.btn-primary.active:hover,
|
||||
.btn-primary.active:focus,
|
||||
.btn-primary.active.focus,
|
||||
.open > .btn-primary.dropdown-toggle:hover,
|
||||
.open > .btn-primary.dropdown-toggle:focus,
|
||||
.open > .btn-primary.dropdown-toggle.focus {
|
||||
@ -2295,12 +2312,16 @@ fieldset[disabled] a.btn {
|
||||
border-color: #01315a;
|
||||
}
|
||||
|
||||
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
|
||||
.btn-primary.disabled:focus,
|
||||
.btn-primary.disabled.focus,
|
||||
.btn-primary:disabled:focus,
|
||||
.btn-primary:disabled.focus {
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
|
||||
.btn-primary.disabled:hover,
|
||||
.btn-primary:disabled:hover {
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
@ -2317,13 +2338,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:focus, .btn-secondary.focus {
|
||||
.btn-secondary:focus,
|
||||
.btn-secondary.focus {
|
||||
color: #373a3c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active, .btn-secondary.active,
|
||||
.btn-secondary:active,
|
||||
.btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
color: #373a3c;
|
||||
background-color: #e6e6e6;
|
||||
@ -2331,7 +2354,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
|
||||
.btn-secondary:active:hover,
|
||||
.btn-secondary:active:focus,
|
||||
.btn-secondary:active.focus,
|
||||
.btn-secondary.active:hover,
|
||||
.btn-secondary.active:focus,
|
||||
.btn-secondary.active.focus,
|
||||
.open > .btn-secondary.dropdown-toggle:hover,
|
||||
.open > .btn-secondary.dropdown-toggle:focus,
|
||||
.open > .btn-secondary.dropdown-toggle.focus {
|
||||
@ -2340,12 +2368,16 @@ fieldset[disabled] a.btn {
|
||||
border-color: #8c8c8c;
|
||||
}
|
||||
|
||||
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
|
||||
.btn-secondary.disabled:focus,
|
||||
.btn-secondary.disabled.focus,
|
||||
.btn-secondary:disabled:focus,
|
||||
.btn-secondary:disabled.focus {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
|
||||
.btn-secondary.disabled:hover,
|
||||
.btn-secondary:disabled:hover {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
@ -2362,13 +2394,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:focus, .btn-info.focus {
|
||||
.btn-info:focus,
|
||||
.btn-info.focus {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:active, .btn-info.active,
|
||||
.btn-info:active,
|
||||
.btn-info.active,
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
@ -2376,7 +2410,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
|
||||
.btn-info:active:hover,
|
||||
.btn-info:active:focus,
|
||||
.btn-info:active.focus,
|
||||
.btn-info.active:hover,
|
||||
.btn-info.active:focus,
|
||||
.btn-info.active.focus,
|
||||
.open > .btn-info.dropdown-toggle:hover,
|
||||
.open > .btn-info.dropdown-toggle:focus,
|
||||
.open > .btn-info.dropdown-toggle.focus {
|
||||
@ -2385,12 +2424,16 @@ fieldset[disabled] a.btn {
|
||||
border-color: #1f7e9a;
|
||||
}
|
||||
|
||||
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
|
||||
.btn-info.disabled:focus,
|
||||
.btn-info.disabled.focus,
|
||||
.btn-info:disabled:focus,
|
||||
.btn-info:disabled.focus {
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info.disabled:hover, .btn-info:disabled:hover {
|
||||
.btn-info.disabled:hover,
|
||||
.btn-info:disabled:hover {
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
@ -2407,13 +2450,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:focus, .btn-success.focus {
|
||||
.btn-success:focus,
|
||||
.btn-success.focus {
|
||||
color: #fff;
|
||||
background-color: #449d44;
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:active, .btn-success.active,
|
||||
.btn-success:active,
|
||||
.btn-success.active,
|
||||
.open > .btn-success.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #449d44;
|
||||
@ -2421,7 +2466,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
|
||||
.btn-success:active:hover,
|
||||
.btn-success:active:focus,
|
||||
.btn-success:active.focus,
|
||||
.btn-success.active:hover,
|
||||
.btn-success.active:focus,
|
||||
.btn-success.active.focus,
|
||||
.open > .btn-success.dropdown-toggle:hover,
|
||||
.open > .btn-success.dropdown-toggle:focus,
|
||||
.open > .btn-success.dropdown-toggle.focus {
|
||||
@ -2430,12 +2480,16 @@ fieldset[disabled] a.btn {
|
||||
border-color: #2d672d;
|
||||
}
|
||||
|
||||
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
|
||||
.btn-success.disabled:focus,
|
||||
.btn-success.disabled.focus,
|
||||
.btn-success:disabled:focus,
|
||||
.btn-success:disabled.focus {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success.disabled:hover, .btn-success:disabled:hover {
|
||||
.btn-success.disabled:hover,
|
||||
.btn-success:disabled:hover {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
@ -2452,13 +2506,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:focus, .btn-warning.focus {
|
||||
.btn-warning:focus,
|
||||
.btn-warning.focus {
|
||||
color: #fff;
|
||||
background-color: #ec971f;
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:active, .btn-warning.active,
|
||||
.btn-warning:active,
|
||||
.btn-warning.active,
|
||||
.open > .btn-warning.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #ec971f;
|
||||
@ -2466,7 +2522,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
|
||||
.btn-warning:active:hover,
|
||||
.btn-warning:active:focus,
|
||||
.btn-warning:active.focus,
|
||||
.btn-warning.active:hover,
|
||||
.btn-warning.active:focus,
|
||||
.btn-warning.active.focus,
|
||||
.open > .btn-warning.dropdown-toggle:hover,
|
||||
.open > .btn-warning.dropdown-toggle:focus,
|
||||
.open > .btn-warning.dropdown-toggle.focus {
|
||||
@ -2475,12 +2536,16 @@ fieldset[disabled] a.btn {
|
||||
border-color: #b06d0f;
|
||||
}
|
||||
|
||||
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
|
||||
.btn-warning.disabled:focus,
|
||||
.btn-warning.disabled.focus,
|
||||
.btn-warning:disabled:focus,
|
||||
.btn-warning:disabled.focus {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
|
||||
.btn-warning.disabled:hover,
|
||||
.btn-warning:disabled:hover {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
@ -2497,13 +2562,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:focus, .btn-danger.focus {
|
||||
.btn-danger:focus,
|
||||
.btn-danger.focus {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:active, .btn-danger.active,
|
||||
.btn-danger:active,
|
||||
.btn-danger.active,
|
||||
.open > .btn-danger.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
@ -2511,7 +2578,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
|
||||
.btn-danger:active:hover,
|
||||
.btn-danger:active:focus,
|
||||
.btn-danger:active.focus,
|
||||
.btn-danger.active:hover,
|
||||
.btn-danger.active:focus,
|
||||
.btn-danger.active.focus,
|
||||
.open > .btn-danger.dropdown-toggle:hover,
|
||||
.open > .btn-danger.dropdown-toggle:focus,
|
||||
.open > .btn-danger.dropdown-toggle.focus {
|
||||
@ -2520,12 +2592,16 @@ fieldset[disabled] a.btn {
|
||||
border-color: #8b211e;
|
||||
}
|
||||
|
||||
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
|
||||
.btn-danger.disabled:focus,
|
||||
.btn-danger.disabled.focus,
|
||||
.btn-danger:disabled:focus,
|
||||
.btn-danger:disabled.focus {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
|
||||
.btn-danger.disabled:hover,
|
||||
.btn-danger:disabled:hover {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
@ -2537,7 +2613,10 @@ fieldset[disabled] a.btn {
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
|
||||
.btn-primary-outline:focus,
|
||||
.btn-primary-outline.focus,
|
||||
.btn-primary-outline:active,
|
||||
.btn-primary-outline.active,
|
||||
.open > .btn-primary-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #0275d8;
|
||||
@ -2550,11 +2629,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
|
||||
.btn-primary-outline.disabled:focus,
|
||||
.btn-primary-outline.disabled.focus,
|
||||
.btn-primary-outline:disabled:focus,
|
||||
.btn-primary-outline:disabled.focus {
|
||||
border-color: #43a7fd;
|
||||
}
|
||||
|
||||
.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
|
||||
.btn-primary-outline.disabled:hover,
|
||||
.btn-primary-outline:disabled:hover {
|
||||
border-color: #43a7fd;
|
||||
}
|
||||
|
||||
@ -2565,7 +2648,10 @@ fieldset[disabled] a.btn {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
|
||||
.btn-secondary-outline:focus,
|
||||
.btn-secondary-outline.focus,
|
||||
.btn-secondary-outline:active,
|
||||
.btn-secondary-outline.active,
|
||||
.open > .btn-secondary-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #ccc;
|
||||
@ -2578,11 +2664,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
|
||||
.btn-secondary-outline.disabled:focus,
|
||||
.btn-secondary-outline.disabled.focus,
|
||||
.btn-secondary-outline:disabled:focus,
|
||||
.btn-secondary-outline:disabled.focus {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
|
||||
.btn-secondary-outline.disabled:hover,
|
||||
.btn-secondary-outline:disabled:hover {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
@ -2593,7 +2683,10 @@ fieldset[disabled] a.btn {
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
|
||||
.btn-info-outline:focus,
|
||||
.btn-info-outline.focus,
|
||||
.btn-info-outline:active,
|
||||
.btn-info-outline.active,
|
||||
.open > .btn-info-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #5bc0de;
|
||||
@ -2606,11 +2699,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
|
||||
.btn-info-outline.disabled:focus,
|
||||
.btn-info-outline.disabled.focus,
|
||||
.btn-info-outline:disabled:focus,
|
||||
.btn-info-outline:disabled.focus {
|
||||
border-color: #b0e1ef;
|
||||
}
|
||||
|
||||
.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
|
||||
.btn-info-outline.disabled:hover,
|
||||
.btn-info-outline:disabled:hover {
|
||||
border-color: #b0e1ef;
|
||||
}
|
||||
|
||||
@ -2621,7 +2718,10 @@ fieldset[disabled] a.btn {
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
|
||||
.btn-success-outline:focus,
|
||||
.btn-success-outline.focus,
|
||||
.btn-success-outline:active,
|
||||
.btn-success-outline.active,
|
||||
.open > .btn-success-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #5cb85c;
|
||||
@ -2634,11 +2734,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
|
||||
.btn-success-outline.disabled:focus,
|
||||
.btn-success-outline.disabled.focus,
|
||||
.btn-success-outline:disabled:focus,
|
||||
.btn-success-outline:disabled.focus {
|
||||
border-color: #a3d7a3;
|
||||
}
|
||||
|
||||
.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
|
||||
.btn-success-outline.disabled:hover,
|
||||
.btn-success-outline:disabled:hover {
|
||||
border-color: #a3d7a3;
|
||||
}
|
||||
|
||||
@ -2649,7 +2753,10 @@ fieldset[disabled] a.btn {
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
|
||||
.btn-warning-outline:focus,
|
||||
.btn-warning-outline.focus,
|
||||
.btn-warning-outline:active,
|
||||
.btn-warning-outline.active,
|
||||
.open > .btn-warning-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #f0ad4e;
|
||||
@ -2662,11 +2769,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
|
||||
.btn-warning-outline.disabled:focus,
|
||||
.btn-warning-outline.disabled.focus,
|
||||
.btn-warning-outline:disabled:focus,
|
||||
.btn-warning-outline:disabled.focus {
|
||||
border-color: #f8d9ac;
|
||||
}
|
||||
|
||||
.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
|
||||
.btn-warning-outline.disabled:hover,
|
||||
.btn-warning-outline:disabled:hover {
|
||||
border-color: #f8d9ac;
|
||||
}
|
||||
|
||||
@ -2677,7 +2788,10 @@ fieldset[disabled] a.btn {
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
|
||||
.btn-danger-outline:focus,
|
||||
.btn-danger-outline.focus,
|
||||
.btn-danger-outline:active,
|
||||
.btn-danger-outline.active,
|
||||
.open > .btn-danger-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #d9534f;
|
||||
@ -2690,11 +2804,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
|
||||
.btn-danger-outline.disabled:focus,
|
||||
.btn-danger-outline.disabled.focus,
|
||||
.btn-danger-outline:disabled:focus,
|
||||
.btn-danger-outline:disabled.focus {
|
||||
border-color: #eba5a3;
|
||||
}
|
||||
|
||||
.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
|
||||
.btn-danger-outline.disabled:hover,
|
||||
.btn-danger-outline:disabled:hover {
|
||||
border-color: #eba5a3;
|
||||
}
|
||||
|
||||
@ -2704,11 +2822,16 @@ fieldset[disabled] a.btn {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
|
||||
.btn-link,
|
||||
.btn-link:active,
|
||||
.btn-link.active,
|
||||
.btn-link:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link, .btn-link:focus, .btn-link:active {
|
||||
.btn-link,
|
||||
.btn-link:focus,
|
||||
.btn-link:active {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
@ -2716,13 +2839,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link:focus, .btn-link:hover {
|
||||
.btn-link:focus,
|
||||
.btn-link:hover {
|
||||
color: #014c8c;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link:disabled:focus, .btn-link:disabled:hover {
|
||||
.btn-link:disabled:focus,
|
||||
.btn-link:disabled:hover {
|
||||
color: #818a91;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -2736,7 +2861,7 @@ fieldset[disabled] a.btn {
|
||||
|
||||
.btn-sm, .btn-group-sm > .btn {
|
||||
padding: .25rem .75rem;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
line-height: 1.5;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
@ -2799,6 +2924,7 @@ input[type="button"].btn-block {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
margin-right: .25rem;
|
||||
margin-left: .25rem;
|
||||
vertical-align: middle;
|
||||
content: "";
|
||||
@ -2827,6 +2953,7 @@ input[type="button"].btn-block {
|
||||
padding: 5px 0;
|
||||
margin: 2px 0 0;
|
||||
font-size: 1rem;
|
||||
color: #373a3c;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
background-color: #fff;
|
||||
@ -2857,24 +2984,30 @@ input[type="button"].btn-block {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.dropdown-item:focus, .dropdown-item:hover {
|
||||
.dropdown-item:focus,
|
||||
.dropdown-item:hover {
|
||||
color: #2b2d2f;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
|
||||
.dropdown-item.active,
|
||||
.dropdown-item.active:focus,
|
||||
.dropdown-item.active:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #0275d8;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
.dropdown-item.disabled,
|
||||
.dropdown-item.disabled:focus,
|
||||
.dropdown-item.disabled:hover {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
.dropdown-item.disabled:focus,
|
||||
.dropdown-item.disabled:hover {
|
||||
text-decoration: none;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
@ -2903,7 +3036,7 @@ input[type="button"].btn-block {
|
||||
.dropdown-header {
|
||||
display: block;
|
||||
padding: 3px 20px;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
line-height: 1.5;
|
||||
color: #818a91;
|
||||
white-space: nowrap;
|
||||
@ -2950,7 +3083,9 @@ input[type="button"].btn-block {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
|
||||
.btn-group > .btn:focus,
|
||||
.btn-group > .btn:active,
|
||||
.btn-group > .btn.active,
|
||||
.btn-group-vertical > .btn:focus,
|
||||
.btn-group-vertical > .btn:active,
|
||||
.btn-group-vertical > .btn.active {
|
||||
@ -3168,16 +3303,14 @@ input[type="button"].btn-block {
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.input-group-addon.form-control-sm,
|
||||
.input-group-sm > .input-group-addon,
|
||||
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .input-group-addon.btn {
|
||||
padding: .275rem .75rem;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
|
||||
.input-group-addon.form-control-lg,
|
||||
.input-group-lg > .input-group-addon,
|
||||
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .input-group-addon.btn {
|
||||
padding: .75rem 1.25rem;
|
||||
font-size: 1.25rem;
|
||||
@ -3233,7 +3366,9 @@ input[type="button"].btn-block {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
|
||||
.input-group-btn > .btn:focus,
|
||||
.input-group-btn > .btn:active,
|
||||
.input-group-btn > .btn:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@ -3438,7 +3573,8 @@ input[type="button"].btn-block {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.nav-link:focus, .nav-link:hover {
|
||||
.nav-link:focus,
|
||||
.nav-link:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3446,7 +3582,9 @@ input[type="button"].btn-block {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
|
||||
.nav-link.disabled,
|
||||
.nav-link.disabled:focus,
|
||||
.nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
@ -3482,17 +3620,22 @@ input[type="button"].btn-block {
|
||||
border-radius: .25rem .25rem 0 0;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
|
||||
.nav-tabs .nav-link:focus,
|
||||
.nav-tabs .nav-link:hover {
|
||||
border-color: #eceeef #eceeef #ddd;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
|
||||
.nav-tabs .nav-link.disabled,
|
||||
.nav-tabs .nav-link.disabled:focus,
|
||||
.nav-tabs .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
|
||||
.nav-tabs .nav-link.active,
|
||||
.nav-tabs .nav-link.active:focus,
|
||||
.nav-tabs .nav-link.active:hover,
|
||||
.nav-tabs .nav-item.open .nav-link,
|
||||
.nav-tabs .nav-item.open .nav-link:focus,
|
||||
.nav-tabs .nav-item.open .nav-link:hover {
|
||||
@ -3515,7 +3658,9 @@ input[type="button"].btn-block {
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
|
||||
.nav-pills .nav-link.active,
|
||||
.nav-pills .nav-link.active:focus,
|
||||
.nav-pills .nav-link.active:hover,
|
||||
.nav-pills .nav-item.open .nav-link,
|
||||
.nav-pills .nav-item.open .nav-link:focus,
|
||||
.nav-pills .nav-item.open .nav-link:hover {
|
||||
@ -3620,7 +3765,8 @@ input[type="button"].btn-block {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.navbar-brand:focus, .navbar-brand:hover {
|
||||
.navbar-brand:focus,
|
||||
.navbar-brand:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3651,7 +3797,8 @@ input[type="button"].btn-block {
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.navbar-toggler:focus, .navbar-toggler:hover {
|
||||
.navbar-toggler:focus,
|
||||
.navbar-toggler:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3695,7 +3842,8 @@ input[type="button"].btn-block {
|
||||
color: rgba(0, 0, 0, .8);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
|
||||
.navbar-light .navbar-brand:focus,
|
||||
.navbar-light .navbar-brand:hover {
|
||||
color: rgba(0, 0, 0, .8);
|
||||
}
|
||||
|
||||
@ -3703,11 +3851,14 @@ input[type="button"].btn-block {
|
||||
color: rgba(0, 0, 0, .3);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
|
||||
.navbar-light .navbar-nav .nav-link:focus,
|
||||
.navbar-light .navbar-nav .nav-link:hover {
|
||||
color: rgba(0, 0, 0, .6);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
|
||||
.navbar-light .navbar-nav .open > .nav-link,
|
||||
.navbar-light .navbar-nav .open > .nav-link:focus,
|
||||
.navbar-light .navbar-nav .open > .nav-link:hover,
|
||||
.navbar-light .navbar-nav .active > .nav-link,
|
||||
.navbar-light .navbar-nav .active > .nav-link:focus,
|
||||
.navbar-light .navbar-nav .active > .nav-link:hover,
|
||||
@ -3728,7 +3879,8 @@ input[type="button"].btn-block {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
|
||||
.navbar-dark .navbar-brand:focus,
|
||||
.navbar-dark .navbar-brand:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -3736,11 +3888,14 @@ input[type="button"].btn-block {
|
||||
color: rgba(255, 255, 255, .5);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
|
||||
.navbar-dark .navbar-nav .nav-link:focus,
|
||||
.navbar-dark .navbar-nav .nav-link:hover {
|
||||
color: rgba(255, 255, 255, .75);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
|
||||
.navbar-dark .navbar-nav .open > .nav-link,
|
||||
.navbar-dark .navbar-nav .open > .nav-link:focus,
|
||||
.navbar-dark .navbar-nav .open > .nav-link:hover,
|
||||
.navbar-dark .navbar-nav .active > .nav-link,
|
||||
.navbar-dark .navbar-nav .active > .nav-link:focus,
|
||||
.navbar-dark .navbar-nav .active > .nav-link:hover,
|
||||
@ -3861,7 +4016,8 @@ input[type="button"].btn-block {
|
||||
color: rgba(255, 255, 255, .65);
|
||||
}
|
||||
|
||||
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
|
||||
.card-inverse .card-link:focus,
|
||||
.card-inverse .card-link:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@ -3923,12 +4079,20 @@ input[type="button"].btn-block {
|
||||
margin-left: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
.card-group .card:first-child {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.card-group .card:first-child .card-img-top {
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
.card-group .card:first-child .card-img-bottom {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.card-group .card:last-child {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.card-group .card:last-child .card-img-top {
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
@ -4026,7 +4190,8 @@ input[type="button"].btn-block {
|
||||
border-bottom-right-radius: .25rem;
|
||||
}
|
||||
|
||||
.pagination > li > a:focus, .pagination > li > a:hover,
|
||||
.pagination > li > a:focus,
|
||||
.pagination > li > a:hover,
|
||||
.pagination > li > span:focus,
|
||||
.pagination > li > span:hover {
|
||||
color: #014c8c;
|
||||
@ -4034,7 +4199,9 @@ input[type="button"].btn-block {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > span:focus,
|
||||
.pagination > .active > span:hover {
|
||||
@ -4045,7 +4212,9 @@ input[type="button"].btn-block {
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover,
|
||||
.pagination > .disabled > span,
|
||||
.pagination > .disabled > span:focus,
|
||||
.pagination > .disabled > span:hover,
|
||||
.pagination > .disabled > a,
|
||||
.pagination > .disabled > a:focus,
|
||||
.pagination > .disabled > a:hover {
|
||||
@ -4077,7 +4246,7 @@ input[type="button"].btn-block {
|
||||
.pagination-sm > li > a,
|
||||
.pagination-sm > li > span {
|
||||
padding: .275rem .75rem;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
@ -4120,12 +4289,15 @@ input[type="button"].btn-block {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.pager li > a:focus, .pager li > a:hover {
|
||||
.pager li > a:focus,
|
||||
.pager li > a:hover {
|
||||
text-decoration: none;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
|
||||
.pager .disabled > a,
|
||||
.pager .disabled > a:focus,
|
||||
.pager .disabled > a:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
@ -4169,7 +4341,8 @@ input[type="button"].btn-block {
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
a.label:focus, a.label:hover {
|
||||
a.label:focus,
|
||||
a.label:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
@ -4185,7 +4358,8 @@ a.label:focus, a.label:hover {
|
||||
background-color: #818a91;
|
||||
}
|
||||
|
||||
.label-default[href]:focus, .label-default[href]:hover {
|
||||
.label-default[href]:focus,
|
||||
.label-default[href]:hover {
|
||||
background-color: #687077;
|
||||
}
|
||||
|
||||
@ -4193,7 +4367,8 @@ a.label:focus, a.label:hover {
|
||||
background-color: #0275d8;
|
||||
}
|
||||
|
||||
.label-primary[href]:focus, .label-primary[href]:hover {
|
||||
.label-primary[href]:focus,
|
||||
.label-primary[href]:hover {
|
||||
background-color: #025aa5;
|
||||
}
|
||||
|
||||
@ -4201,7 +4376,8 @@ a.label:focus, a.label:hover {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
.label-success[href]:focus, .label-success[href]:hover {
|
||||
.label-success[href]:focus,
|
||||
.label-success[href]:hover {
|
||||
background-color: #449d44;
|
||||
}
|
||||
|
||||
@ -4209,7 +4385,8 @@ a.label:focus, a.label:hover {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
.label-info[href]:focus, .label-info[href]:hover {
|
||||
.label-info[href]:focus,
|
||||
.label-info[href]:hover {
|
||||
background-color: #31b0d5;
|
||||
}
|
||||
|
||||
@ -4217,7 +4394,8 @@ a.label:focus, a.label:hover {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.label-warning[href]:focus, .label-warning[href]:hover {
|
||||
.label-warning[href]:focus,
|
||||
.label-warning[href]:hover {
|
||||
background-color: #ec971f;
|
||||
}
|
||||
|
||||
@ -4225,7 +4403,8 @@ a.label:focus, a.label:hover {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
.label-danger[href]:focus, .label-danger[href]:hover {
|
||||
.label-danger[href]:focus,
|
||||
.label-danger[href]:hover {
|
||||
background-color: #c9302c;
|
||||
}
|
||||
|
||||
@ -4406,7 +4585,7 @@ a.label:focus, a.label:hover {
|
||||
border-bottom-right-radius: .25rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress {
|
||||
background-color: #eee;
|
||||
border-radius: .25rem;
|
||||
@ -4443,7 +4622,7 @@ a.label:focus, a.label:hover {
|
||||
background-size: 1rem 1rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress-bar-striped {
|
||||
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
||||
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
||||
@ -4462,7 +4641,7 @@ a.label:focus, a.label:hover {
|
||||
animation: progress-bar-stripes 2s linear infinite;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress-animated .progress-bar-striped {
|
||||
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
||||
-o-animation: progress-bar-stripes 2s linear infinite;
|
||||
@ -4478,7 +4657,7 @@ a.label:focus, a.label:hover {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress-success .progress-bar {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
@ -4492,7 +4671,7 @@ a.label:focus, a.label:hover {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress-info .progress-bar {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
@ -4506,7 +4685,7 @@ a.label:focus, a.label:hover {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress-warning .progress-bar {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
@ -4520,7 +4699,7 @@ a.label:focus, a.label:hover {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress-danger .progress-bar {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
@ -4627,7 +4806,8 @@ button.list-group-item .list-group-item-heading {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
a.list-group-item:focus, a.list-group-item:hover,
|
||||
a.list-group-item:focus,
|
||||
a.list-group-item:hover,
|
||||
button.list-group-item:focus,
|
||||
button.list-group-item:hover {
|
||||
color: #555;
|
||||
@ -4635,21 +4815,29 @@ button.list-group-item:hover {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
|
||||
.list-group-item.disabled,
|
||||
.list-group-item.disabled:focus,
|
||||
.list-group-item.disabled:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
|
||||
.list-group-item.disabled .list-group-item-heading,
|
||||
.list-group-item.disabled:focus .list-group-item-heading,
|
||||
.list-group-item.disabled:hover .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
|
||||
.list-group-item.disabled .list-group-item-text,
|
||||
.list-group-item.disabled:focus .list-group-item-text,
|
||||
.list-group-item.disabled:hover .list-group-item-text {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
||||
.list-group-item.active,
|
||||
.list-group-item.active:focus,
|
||||
.list-group-item.active:hover {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #0275d8;
|
||||
@ -4658,15 +4846,19 @@ button.list-group-item:hover {
|
||||
|
||||
.list-group-item.active .list-group-item-heading,
|
||||
.list-group-item.active .list-group-item-heading > small,
|
||||
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
|
||||
.list-group-item.active .list-group-item-heading > .small,
|
||||
.list-group-item.active:focus .list-group-item-heading,
|
||||
.list-group-item.active:focus .list-group-item-heading > small,
|
||||
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
|
||||
.list-group-item.active:focus .list-group-item-heading > .small,
|
||||
.list-group-item.active:hover .list-group-item-heading,
|
||||
.list-group-item.active:hover .list-group-item-heading > small,
|
||||
.list-group-item.active:hover .list-group-item-heading > .small {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
|
||||
.list-group-item.active .list-group-item-text,
|
||||
.list-group-item.active:focus .list-group-item-text,
|
||||
.list-group-item.active:hover .list-group-item-text {
|
||||
color: #a8d6fe;
|
||||
}
|
||||
|
||||
@ -4685,14 +4877,17 @@ button.list-group-item-success .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-success:focus, a.list-group-item-success:hover,
|
||||
a.list-group-item-success:focus,
|
||||
a.list-group-item-success:hover,
|
||||
button.list-group-item-success:focus,
|
||||
button.list-group-item-success:hover {
|
||||
color: #3c763d;
|
||||
background-color: #d0e9c6;
|
||||
}
|
||||
|
||||
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
|
||||
a.list-group-item-success.active,
|
||||
a.list-group-item-success.active:focus,
|
||||
a.list-group-item-success.active:hover,
|
||||
button.list-group-item-success.active,
|
||||
button.list-group-item-success.active:focus,
|
||||
button.list-group-item-success.active:hover {
|
||||
@ -4716,14 +4911,17 @@ button.list-group-item-info .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-info:focus, a.list-group-item-info:hover,
|
||||
a.list-group-item-info:focus,
|
||||
a.list-group-item-info:hover,
|
||||
button.list-group-item-info:focus,
|
||||
button.list-group-item-info:hover {
|
||||
color: #31708f;
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
|
||||
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
|
||||
a.list-group-item-info.active,
|
||||
a.list-group-item-info.active:focus,
|
||||
a.list-group-item-info.active:hover,
|
||||
button.list-group-item-info.active,
|
||||
button.list-group-item-info.active:focus,
|
||||
button.list-group-item-info.active:hover {
|
||||
@ -4747,14 +4945,17 @@ button.list-group-item-warning .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
|
||||
a.list-group-item-warning:focus,
|
||||
a.list-group-item-warning:hover,
|
||||
button.list-group-item-warning:focus,
|
||||
button.list-group-item-warning:hover {
|
||||
color: #8a6d3b;
|
||||
background-color: #faf2cc;
|
||||
}
|
||||
|
||||
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
|
||||
a.list-group-item-warning.active,
|
||||
a.list-group-item-warning.active:focus,
|
||||
a.list-group-item-warning.active:hover,
|
||||
button.list-group-item-warning.active,
|
||||
button.list-group-item-warning.active:focus,
|
||||
button.list-group-item-warning.active:hover {
|
||||
@ -4778,14 +4979,17 @@ button.list-group-item-danger .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
|
||||
a.list-group-item-danger:focus,
|
||||
a.list-group-item-danger:hover,
|
||||
button.list-group-item-danger:focus,
|
||||
button.list-group-item-danger:hover {
|
||||
color: #a94442;
|
||||
background-color: #ebcccc;
|
||||
}
|
||||
|
||||
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
|
||||
a.list-group-item-danger.active,
|
||||
a.list-group-item-danger.active:focus,
|
||||
a.list-group-item-danger.active:hover,
|
||||
button.list-group-item-danger.active,
|
||||
button.list-group-item-danger.active:focus,
|
||||
button.list-group-item-danger.active:hover {
|
||||
@ -4848,7 +5052,8 @@ button.list-group-item-danger.active:hover {
|
||||
opacity: .2;
|
||||
}
|
||||
|
||||
.close:focus, .close:hover {
|
||||
.close:focus,
|
||||
.close:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
@ -5015,7 +5220,7 @@ button.close {
|
||||
z-index: 1070;
|
||||
display: block;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
@ -5038,12 +5243,14 @@ button.close {
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
|
||||
.tooltip.tooltip-top,
|
||||
.tooltip.bs-tether-element-attached-bottom {
|
||||
padding: 5px 0;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
||||
.tooltip.tooltip-top .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
@ -5051,12 +5258,14 @@ button.close {
|
||||
border-top-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
|
||||
.tooltip.tooltip-right,
|
||||
.tooltip.bs-tether-element-attached-left {
|
||||
padding: 0 5px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
||||
.tooltip.tooltip-right .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
||||
top: 50%;
|
||||
left: 0;
|
||||
margin-top: -5px;
|
||||
@ -5064,12 +5273,14 @@ button.close {
|
||||
border-right-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
|
||||
.tooltip.tooltip-bottom,
|
||||
.tooltip.bs-tether-element-attached-top {
|
||||
padding: 5px 0;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
||||
.tooltip.tooltip-bottom .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
@ -5077,12 +5288,14 @@ button.close {
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
|
||||
.tooltip.tooltip-left,
|
||||
.tooltip.bs-tether-element-attached-right {
|
||||
padding: 0 5px;
|
||||
margin-left: -3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
||||
.tooltip.tooltip-left .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
||||
top: 50%;
|
||||
right: 0;
|
||||
margin-top: -5px;
|
||||
@ -5116,7 +5329,7 @@ button.close {
|
||||
max-width: 276px;
|
||||
padding: 1px;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
@ -5139,11 +5352,13 @@ button.close {
|
||||
line-break: auto;
|
||||
}
|
||||
|
||||
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
|
||||
.popover.popover-top,
|
||||
.popover.bs-tether-element-attached-bottom {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
|
||||
.popover.popover-top .popover-arrow,
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow {
|
||||
bottom: -11px;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
@ -5151,7 +5366,8 @@ button.close {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
|
||||
.popover.popover-top .popover-arrow::after,
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
|
||||
bottom: 1px;
|
||||
margin-left: -10px;
|
||||
content: "";
|
||||
@ -5159,11 +5375,13 @@ button.close {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-right, .popover.bs-tether-element-attached-left {
|
||||
.popover.popover-right,
|
||||
.popover.bs-tether-element-attached-left {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
|
||||
.popover.popover-right .popover-arrow,
|
||||
.popover.bs-tether-element-attached-left .popover-arrow {
|
||||
top: 50%;
|
||||
left: -11px;
|
||||
margin-top: -11px;
|
||||
@ -5171,7 +5389,8 @@ button.close {
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
|
||||
.popover.popover-right .popover-arrow::after,
|
||||
.popover.bs-tether-element-attached-left .popover-arrow::after {
|
||||
bottom: -10px;
|
||||
left: 1px;
|
||||
content: "";
|
||||
@ -5179,11 +5398,13 @@ button.close {
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
|
||||
.popover.popover-bottom,
|
||||
.popover.bs-tether-element-attached-top {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
|
||||
.popover.popover-bottom .popover-arrow,
|
||||
.popover.bs-tether-element-attached-top .popover-arrow {
|
||||
top: -11px;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
@ -5191,7 +5412,8 @@ button.close {
|
||||
border-bottom-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
|
||||
.popover.popover-bottom .popover-arrow::after,
|
||||
.popover.bs-tether-element-attached-top .popover-arrow::after {
|
||||
top: 1px;
|
||||
margin-left: -10px;
|
||||
content: "";
|
||||
@ -5199,11 +5421,13 @@ button.close {
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
|
||||
.popover.popover-left, .popover.bs-tether-element-attached-right {
|
||||
.popover.popover-left,
|
||||
.popover.bs-tether-element-attached-right {
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
|
||||
.popover.popover-left .popover-arrow,
|
||||
.popover.bs-tether-element-attached-right .popover-arrow {
|
||||
top: 50%;
|
||||
right: -11px;
|
||||
margin-top: -11px;
|
||||
@ -5211,7 +5435,8 @@ button.close {
|
||||
border-left-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
|
||||
.popover.popover-left .popover-arrow::after,
|
||||
.popover.bs-tether-element-attached-right .popover-arrow::after {
|
||||
right: 1px;
|
||||
bottom: -10px;
|
||||
content: "";
|
||||
@ -5232,7 +5457,8 @@ button.close {
|
||||
padding: 9px 14px;
|
||||
}
|
||||
|
||||
.popover-arrow, .popover-arrow::after {
|
||||
.popover-arrow,
|
||||
.popover-arrow::after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 0;
|
||||
@ -5284,17 +5510,21 @@ button.close {
|
||||
-webkit-perspective: 1000px;
|
||||
perspective: 1000px;
|
||||
}
|
||||
.carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
|
||||
.carousel-inner > .carousel-item.next,
|
||||
.carousel-inner > .carousel-item.active.right {
|
||||
left: 0;
|
||||
-webkit-transform: translate3d(100%, 0, 0);
|
||||
transform: translate3d(100%, 0, 0);
|
||||
}
|
||||
.carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
|
||||
.carousel-inner > .carousel-item.prev,
|
||||
.carousel-inner > .carousel-item.active.left {
|
||||
left: 0;
|
||||
-webkit-transform: translate3d(-100%, 0, 0);
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
}
|
||||
.carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
|
||||
.carousel-inner > .carousel-item.next.left,
|
||||
.carousel-inner > .carousel-item.prev.right,
|
||||
.carousel-inner > .carousel-item.active {
|
||||
left: 0;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
@ -5372,7 +5602,8 @@ button.close {
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.carousel-control:focus, .carousel-control:hover {
|
||||
.carousel-control:focus,
|
||||
.carousel-control:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
outline: 0;
|
||||
@ -5513,7 +5744,8 @@ button.close {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.sr-only-focusable:active, .sr-only-focusable:focus {
|
||||
.sr-only-focusable:active,
|
||||
.sr-only-focusable:focus {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
@ -5522,12 +5754,8 @@ button.close {
|
||||
clip: auto;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
visibility: hidden;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.text-hide {
|
||||
@ -5625,15 +5853,15 @@ button.close {
|
||||
}
|
||||
|
||||
.text-lowercase {
|
||||
text-transform: lowercase;
|
||||
text-transform: lowercase !important;
|
||||
}
|
||||
|
||||
.text-uppercase {
|
||||
text-transform: uppercase;
|
||||
text-transform: uppercase !important;
|
||||
}
|
||||
|
||||
.text-capitalize {
|
||||
text-transform: capitalize;
|
||||
text-transform: capitalize !important;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
@ -5641,42 +5869,47 @@ button.close {
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: #0275d8;
|
||||
color: #0275d8 !important;
|
||||
}
|
||||
|
||||
a.text-primary:focus, a.text-primary:hover {
|
||||
a.text-primary:focus,
|
||||
a.text-primary:hover {
|
||||
color: #025aa5;
|
||||
}
|
||||
|
||||
.text-success {
|
||||
color: #5cb85c;
|
||||
color: #5cb85c !important;
|
||||
}
|
||||
|
||||
a.text-success:focus, a.text-success:hover {
|
||||
a.text-success:focus,
|
||||
a.text-success:hover {
|
||||
color: #449d44;
|
||||
}
|
||||
|
||||
.text-info {
|
||||
color: #5bc0de;
|
||||
color: #5bc0de !important;
|
||||
}
|
||||
|
||||
a.text-info:focus, a.text-info:hover {
|
||||
a.text-info:focus,
|
||||
a.text-info:hover {
|
||||
color: #31b0d5;
|
||||
}
|
||||
|
||||
.text-warning {
|
||||
color: #f0ad4e;
|
||||
color: #f0ad4e !important;
|
||||
}
|
||||
|
||||
a.text-warning:focus, a.text-warning:hover {
|
||||
a.text-warning:focus,
|
||||
a.text-warning:hover {
|
||||
color: #ec971f;
|
||||
}
|
||||
|
||||
.text-danger {
|
||||
color: #d9534f;
|
||||
color: #d9534f !important;
|
||||
}
|
||||
|
||||
a.text-danger:focus, a.text-danger:hover {
|
||||
a.text-danger:focus,
|
||||
a.text-danger:hover {
|
||||
color: #c9302c;
|
||||
}
|
||||
|
||||
@ -5690,47 +5923,52 @@ a.text-danger:focus, a.text-danger:hover {
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
color: #fff;
|
||||
background-color: #0275d8;
|
||||
color: #fff !important;
|
||||
background-color: #0275d8 !important;
|
||||
}
|
||||
|
||||
a.bg-primary:focus, a.bg-primary:hover {
|
||||
a.bg-primary:focus,
|
||||
a.bg-primary:hover {
|
||||
background-color: #025aa5;
|
||||
}
|
||||
|
||||
.bg-success {
|
||||
color: #fff;
|
||||
background-color: #5cb85c;
|
||||
color: #fff !important;
|
||||
background-color: #5cb85c !important;
|
||||
}
|
||||
|
||||
a.bg-success:focus, a.bg-success:hover {
|
||||
a.bg-success:focus,
|
||||
a.bg-success:hover {
|
||||
background-color: #449d44;
|
||||
}
|
||||
|
||||
.bg-info {
|
||||
color: #fff;
|
||||
background-color: #5bc0de;
|
||||
color: #fff !important;
|
||||
background-color: #5bc0de !important;
|
||||
}
|
||||
|
||||
a.bg-info:focus, a.bg-info:hover {
|
||||
a.bg-info:focus,
|
||||
a.bg-info:hover {
|
||||
background-color: #31b0d5;
|
||||
}
|
||||
|
||||
.bg-warning {
|
||||
color: #fff;
|
||||
background-color: #f0ad4e;
|
||||
color: #fff !important;
|
||||
background-color: #f0ad4e !important;
|
||||
}
|
||||
|
||||
a.bg-warning:focus, a.bg-warning:hover {
|
||||
a.bg-warning:focus,
|
||||
a.bg-warning:hover {
|
||||
background-color: #ec971f;
|
||||
}
|
||||
|
||||
.bg-danger {
|
||||
color: #fff;
|
||||
background-color: #d9534f;
|
||||
color: #fff !important;
|
||||
background-color: #d9534f !important;
|
||||
}
|
||||
|
||||
a.bg-danger:focus, a.bg-danger:hover {
|
||||
a.bg-danger:focus,
|
||||
a.bg-danger:hover {
|
||||
background-color: #c9302c;
|
||||
}
|
||||
|
||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
docs/assets/js/docs.min.js
vendored
2
docs/assets/js/docs.min.js
vendored
File diff suppressed because one or more lines are too long
@ -153,8 +153,7 @@ select {
|
||||
}
|
||||
|
||||
button,
|
||||
html input[type="button"],
|
||||
input[type="reset"],
|
||||
html input[type="button"], input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
cursor: pointer;
|
||||
@ -387,7 +386,8 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:focus, a:hover {
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: #014c8c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
@ -475,6 +475,10 @@ output {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6,
|
||||
.h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
margin-bottom: .5rem;
|
||||
@ -649,20 +653,6 @@ mark,
|
||||
content: "\00A0 \2014";
|
||||
}
|
||||
|
||||
.figure {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.figure > img {
|
||||
margin-bottom: .5rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.figure-caption {
|
||||
font-size: 90%;
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.img-fluid, .figure > img, .carousel-inner > .carousel-item > img,
|
||||
.carousel-inner > .carousel-item > a > img {
|
||||
display: block;
|
||||
@ -692,6 +682,20 @@ mark,
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.figure {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.figure > img {
|
||||
margin-bottom: .5rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.figure-caption {
|
||||
font-size: 90%;
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
@ -1898,7 +1902,8 @@ pre code {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control:disabled, .form-control[readonly] {
|
||||
.form-control:disabled,
|
||||
.form-control[readonly] {
|
||||
background-color: #eceeef;
|
||||
opacity: 1;
|
||||
}
|
||||
@ -1927,27 +1932,21 @@ pre code {
|
||||
input[type="date"].input-sm,
|
||||
.input-group-sm input[type="date"].form-control,
|
||||
input[type="time"].input-sm,
|
||||
.input-group-sm
|
||||
input[type="time"].form-control,
|
||||
.input-group-sm input[type="time"].form-control,
|
||||
input[type="datetime-local"].input-sm,
|
||||
.input-group-sm
|
||||
input[type="datetime-local"].form-control,
|
||||
.input-group-sm input[type="datetime-local"].form-control,
|
||||
input[type="month"].input-sm,
|
||||
.input-group-sm
|
||||
input[type="month"].form-control {
|
||||
line-height: 1.825rem;
|
||||
.input-group-sm input[type="month"].form-control {
|
||||
line-height: 1.8625rem;
|
||||
}
|
||||
input[type="date"].input-lg,
|
||||
.input-group-lg input[type="date"].form-control,
|
||||
input[type="time"].input-lg,
|
||||
.input-group-lg
|
||||
input[type="time"].form-control,
|
||||
.input-group-lg input[type="time"].form-control,
|
||||
input[type="datetime-local"].input-lg,
|
||||
.input-group-lg
|
||||
input[type="datetime-local"].form-control,
|
||||
.input-group-lg input[type="datetime-local"].form-control,
|
||||
input[type="month"].input-lg,
|
||||
.input-group-lg
|
||||
input[type="month"].form-control {
|
||||
.input-group-lg input[type="month"].form-control {
|
||||
line-height: 3.166667rem;
|
||||
}
|
||||
}
|
||||
@ -1959,9 +1958,11 @@ pre code {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
|
||||
.form-control-static.form-control-sm,
|
||||
.input-group-sm > .form-control-static.form-control,
|
||||
.input-group-sm > .form-control-static.input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
|
||||
.input-group-sm > .input-group-btn > .form-control-static.btn,
|
||||
.form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
|
||||
.input-group-lg > .form-control-static.input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .form-control-static.btn {
|
||||
padding-right: 0;
|
||||
@ -1972,7 +1973,7 @@ pre code {
|
||||
.input-group-sm > .input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .btn {
|
||||
padding: .275rem .75rem;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
line-height: 1.5;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
@ -2041,7 +2042,8 @@ pre code {
|
||||
margin-left: .75rem;
|
||||
}
|
||||
|
||||
input[type="radio"]:disabled, input[type="radio"].disabled,
|
||||
input[type="radio"]:disabled,
|
||||
input[type="radio"].disabled,
|
||||
input[type="checkbox"]:disabled,
|
||||
input[type="checkbox"].disabled {
|
||||
cursor: not-allowed;
|
||||
@ -2095,7 +2097,7 @@ input[type="checkbox"].disabled {
|
||||
}
|
||||
|
||||
.has-success .form-control-success {
|
||||
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM1Q0I4NUMiIGQ9Ik0yMzMuOCw2MTAuMWMtMTMuMywwLTI1LjktNi4yLTM0LTE2LjlMOTAuNSw0NDguOEM3Ni4zLDQzMCw4MCw0MDMuMyw5OC44LDM4OS4xYzE4LjgtMTQuMyw0NS41LTEwLjUsNTkuOCw4LjNsNzEuOSw5NWwyMjAuOS0yNTAuNWMxMi41LTIwLDM4LjgtMjYuMSw1OC44LTEzLjZjMjAsMTIuNCwyNi4xLDM4LjcsMTMuNiw1OC44TDI3MCw1OTBjLTcuNCwxMi0yMC4yLDE5LjQtMzQuMywyMC4xQzIzNS4xLDYxMC4xLDIzNC41LDYxMC4xLDIzMy44LDYxMC4xeiIvPjwvc3ZnPg==");
|
||||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
|
||||
}
|
||||
|
||||
.has-warning .help-block,
|
||||
@ -2126,38 +2128,38 @@ input[type="checkbox"].disabled {
|
||||
}
|
||||
|
||||
.has-warning .form-control-warning {
|
||||
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ildhcm5pbmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjEyIDc5MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjEyIDc5MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0YwQUQ0RSIgZD0iTTYwMyw2NDAuMmwtMjc4LjUtNTA5Yy0zLjgtNi42LTEwLjgtMTAuNi0xOC41LTEwLjZzLTE0LjcsNC4xLTE4LjUsMTAuNkw5LDY0MC4yYy0zLjcsNi41LTMuNiwxNC40LDAuMiwyMC44YzMuOCw2LjUsMTAuOCwxMC40LDE4LjMsMTAuNGg1NTcuMWM3LjUsMCwxNC41LTMuOSwxOC4zLTEwLjRDNjA2LjYsNjU0LjYsNjA2LjcsNjQ2LjYsNjAzLDY0MC4yeiBNMzM2LjYsNjEwLjJoLTYxLjJWNTQ5aDYxLjJWNjEwLjJ6IE0zMzYuNiw1MDMuMWgtNjEuMlYzMDQuMmg2MS4yVjUwMy4xeiIvPjwvc3ZnPg==");
|
||||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
|
||||
}
|
||||
|
||||
.has-error .help-block,
|
||||
.has-error .form-control-label,
|
||||
.has-error .radio,
|
||||
.has-error .checkbox,
|
||||
.has-error .radio-inline,
|
||||
.has-error .checkbox-inline,
|
||||
.has-error.radio label,
|
||||
.has-error.checkbox label,
|
||||
.has-error.radio-inline label,
|
||||
.has-error.checkbox-inline label {
|
||||
.has-danger .help-block,
|
||||
.has-danger .form-control-label,
|
||||
.has-danger .radio,
|
||||
.has-danger .checkbox,
|
||||
.has-danger .radio-inline,
|
||||
.has-danger .checkbox-inline,
|
||||
.has-danger.radio label,
|
||||
.has-danger.checkbox label,
|
||||
.has-danger.radio-inline label,
|
||||
.has-danger.checkbox-inline label {
|
||||
color: #d9534f;
|
||||
}
|
||||
|
||||
.has-error .form-control {
|
||||
.has-danger .form-control {
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.has-error .input-group-addon {
|
||||
.has-danger .input-group-addon {
|
||||
color: #d9534f;
|
||||
background-color: #fdf7f7;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.has-error .form-control-feedback {
|
||||
.has-danger .form-control-feedback {
|
||||
color: #d9534f;
|
||||
}
|
||||
|
||||
.has-error .form-control-error {
|
||||
background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNyb3NzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNEOTUzNEYiIGQ9Ik00NDcsNTQ0LjRjLTE0LjQsMTQuNC0zNy42LDE0LjQtNTEuOSwwTDMwNiw0NTEuN2wtODkuMSw5Mi43Yy0xNC40LDE0LjQtMzcuNiwxNC40LTUxLjksMGMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlsOTIuNC05Ni40TDE2NSwyOTkuNmMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlzMzcuNi0xNC40LDUxLjksMGw4OS4yLDkyLjdsODkuMS05Mi43YzE0LjQtMTQuNCwzNy42LTE0LjQsNTEuOSwwYzE0LjQsMTQuNCwxNC40LDM3LjYsMCw1MS45TDM1NC43LDM5Nmw5Mi40LDk2LjRDNDYxLjQsNTA2LjgsNDYxLjQsNTMwLDQ0Nyw1NDQuNHoiLz48L3N2Zz4=");
|
||||
.has-danger .form-control-error {
|
||||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
|
||||
}
|
||||
|
||||
@media (min-width: 544px) {
|
||||
@ -2231,13 +2233,19 @@ input[type="checkbox"].disabled {
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
|
||||
.btn:focus,
|
||||
.btn.focus,
|
||||
.btn:active:focus,
|
||||
.btn:active.focus,
|
||||
.btn.active:focus,
|
||||
.btn.active.focus {
|
||||
outline: thin dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.btn:focus, .btn:hover {
|
||||
.btn:focus,
|
||||
.btn:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -2245,12 +2253,14 @@ input[type="checkbox"].disabled {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn:active, .btn.active {
|
||||
.btn:active,
|
||||
.btn.active {
|
||||
background-image: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.btn.disabled, .btn:disabled {
|
||||
.btn.disabled,
|
||||
.btn:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: .65;
|
||||
}
|
||||
@ -2272,13 +2282,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:focus, .btn-primary.focus {
|
||||
.btn-primary:focus,
|
||||
.btn-primary.focus {
|
||||
color: #fff;
|
||||
background-color: #025aa5;
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:active, .btn-primary.active,
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
.open > .btn-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #025aa5;
|
||||
@ -2286,7 +2298,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
|
||||
.btn-primary:active:hover,
|
||||
.btn-primary:active:focus,
|
||||
.btn-primary:active.focus,
|
||||
.btn-primary.active:hover,
|
||||
.btn-primary.active:focus,
|
||||
.btn-primary.active.focus,
|
||||
.open > .btn-primary.dropdown-toggle:hover,
|
||||
.open > .btn-primary.dropdown-toggle:focus,
|
||||
.open > .btn-primary.dropdown-toggle.focus {
|
||||
@ -2295,12 +2312,16 @@ fieldset[disabled] a.btn {
|
||||
border-color: #01315a;
|
||||
}
|
||||
|
||||
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
|
||||
.btn-primary.disabled:focus,
|
||||
.btn-primary.disabled.focus,
|
||||
.btn-primary:disabled:focus,
|
||||
.btn-primary:disabled.focus {
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
|
||||
.btn-primary.disabled:hover,
|
||||
.btn-primary:disabled:hover {
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
@ -2317,13 +2338,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:focus, .btn-secondary.focus {
|
||||
.btn-secondary:focus,
|
||||
.btn-secondary.focus {
|
||||
color: #373a3c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active, .btn-secondary.active,
|
||||
.btn-secondary:active,
|
||||
.btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
color: #373a3c;
|
||||
background-color: #e6e6e6;
|
||||
@ -2331,7 +2354,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
|
||||
.btn-secondary:active:hover,
|
||||
.btn-secondary:active:focus,
|
||||
.btn-secondary:active.focus,
|
||||
.btn-secondary.active:hover,
|
||||
.btn-secondary.active:focus,
|
||||
.btn-secondary.active.focus,
|
||||
.open > .btn-secondary.dropdown-toggle:hover,
|
||||
.open > .btn-secondary.dropdown-toggle:focus,
|
||||
.open > .btn-secondary.dropdown-toggle.focus {
|
||||
@ -2340,12 +2368,16 @@ fieldset[disabled] a.btn {
|
||||
border-color: #8c8c8c;
|
||||
}
|
||||
|
||||
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
|
||||
.btn-secondary.disabled:focus,
|
||||
.btn-secondary.disabled.focus,
|
||||
.btn-secondary:disabled:focus,
|
||||
.btn-secondary:disabled.focus {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
|
||||
.btn-secondary.disabled:hover,
|
||||
.btn-secondary:disabled:hover {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
@ -2362,13 +2394,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:focus, .btn-info.focus {
|
||||
.btn-info:focus,
|
||||
.btn-info.focus {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:active, .btn-info.active,
|
||||
.btn-info:active,
|
||||
.btn-info.active,
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
@ -2376,7 +2410,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
|
||||
.btn-info:active:hover,
|
||||
.btn-info:active:focus,
|
||||
.btn-info:active.focus,
|
||||
.btn-info.active:hover,
|
||||
.btn-info.active:focus,
|
||||
.btn-info.active.focus,
|
||||
.open > .btn-info.dropdown-toggle:hover,
|
||||
.open > .btn-info.dropdown-toggle:focus,
|
||||
.open > .btn-info.dropdown-toggle.focus {
|
||||
@ -2385,12 +2424,16 @@ fieldset[disabled] a.btn {
|
||||
border-color: #1f7e9a;
|
||||
}
|
||||
|
||||
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
|
||||
.btn-info.disabled:focus,
|
||||
.btn-info.disabled.focus,
|
||||
.btn-info:disabled:focus,
|
||||
.btn-info:disabled.focus {
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info.disabled:hover, .btn-info:disabled:hover {
|
||||
.btn-info.disabled:hover,
|
||||
.btn-info:disabled:hover {
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
@ -2407,13 +2450,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:focus, .btn-success.focus {
|
||||
.btn-success:focus,
|
||||
.btn-success.focus {
|
||||
color: #fff;
|
||||
background-color: #449d44;
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:active, .btn-success.active,
|
||||
.btn-success:active,
|
||||
.btn-success.active,
|
||||
.open > .btn-success.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #449d44;
|
||||
@ -2421,7 +2466,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
|
||||
.btn-success:active:hover,
|
||||
.btn-success:active:focus,
|
||||
.btn-success:active.focus,
|
||||
.btn-success.active:hover,
|
||||
.btn-success.active:focus,
|
||||
.btn-success.active.focus,
|
||||
.open > .btn-success.dropdown-toggle:hover,
|
||||
.open > .btn-success.dropdown-toggle:focus,
|
||||
.open > .btn-success.dropdown-toggle.focus {
|
||||
@ -2430,12 +2480,16 @@ fieldset[disabled] a.btn {
|
||||
border-color: #2d672d;
|
||||
}
|
||||
|
||||
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
|
||||
.btn-success.disabled:focus,
|
||||
.btn-success.disabled.focus,
|
||||
.btn-success:disabled:focus,
|
||||
.btn-success:disabled.focus {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success.disabled:hover, .btn-success:disabled:hover {
|
||||
.btn-success.disabled:hover,
|
||||
.btn-success:disabled:hover {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
@ -2452,13 +2506,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:focus, .btn-warning.focus {
|
||||
.btn-warning:focus,
|
||||
.btn-warning.focus {
|
||||
color: #fff;
|
||||
background-color: #ec971f;
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:active, .btn-warning.active,
|
||||
.btn-warning:active,
|
||||
.btn-warning.active,
|
||||
.open > .btn-warning.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #ec971f;
|
||||
@ -2466,7 +2522,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
|
||||
.btn-warning:active:hover,
|
||||
.btn-warning:active:focus,
|
||||
.btn-warning:active.focus,
|
||||
.btn-warning.active:hover,
|
||||
.btn-warning.active:focus,
|
||||
.btn-warning.active.focus,
|
||||
.open > .btn-warning.dropdown-toggle:hover,
|
||||
.open > .btn-warning.dropdown-toggle:focus,
|
||||
.open > .btn-warning.dropdown-toggle.focus {
|
||||
@ -2475,12 +2536,16 @@ fieldset[disabled] a.btn {
|
||||
border-color: #b06d0f;
|
||||
}
|
||||
|
||||
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
|
||||
.btn-warning.disabled:focus,
|
||||
.btn-warning.disabled.focus,
|
||||
.btn-warning:disabled:focus,
|
||||
.btn-warning:disabled.focus {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
|
||||
.btn-warning.disabled:hover,
|
||||
.btn-warning:disabled:hover {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
@ -2497,13 +2562,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:focus, .btn-danger.focus {
|
||||
.btn-danger:focus,
|
||||
.btn-danger.focus {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:active, .btn-danger.active,
|
||||
.btn-danger:active,
|
||||
.btn-danger.active,
|
||||
.open > .btn-danger.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
@ -2511,7 +2578,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
|
||||
.btn-danger:active:hover,
|
||||
.btn-danger:active:focus,
|
||||
.btn-danger:active.focus,
|
||||
.btn-danger.active:hover,
|
||||
.btn-danger.active:focus,
|
||||
.btn-danger.active.focus,
|
||||
.open > .btn-danger.dropdown-toggle:hover,
|
||||
.open > .btn-danger.dropdown-toggle:focus,
|
||||
.open > .btn-danger.dropdown-toggle.focus {
|
||||
@ -2520,12 +2592,16 @@ fieldset[disabled] a.btn {
|
||||
border-color: #8b211e;
|
||||
}
|
||||
|
||||
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
|
||||
.btn-danger.disabled:focus,
|
||||
.btn-danger.disabled.focus,
|
||||
.btn-danger:disabled:focus,
|
||||
.btn-danger:disabled.focus {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
|
||||
.btn-danger.disabled:hover,
|
||||
.btn-danger:disabled:hover {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
@ -2537,7 +2613,10 @@ fieldset[disabled] a.btn {
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
|
||||
.btn-primary-outline:focus,
|
||||
.btn-primary-outline.focus,
|
||||
.btn-primary-outline:active,
|
||||
.btn-primary-outline.active,
|
||||
.open > .btn-primary-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #0275d8;
|
||||
@ -2550,11 +2629,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
|
||||
.btn-primary-outline.disabled:focus,
|
||||
.btn-primary-outline.disabled.focus,
|
||||
.btn-primary-outline:disabled:focus,
|
||||
.btn-primary-outline:disabled.focus {
|
||||
border-color: #43a7fd;
|
||||
}
|
||||
|
||||
.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
|
||||
.btn-primary-outline.disabled:hover,
|
||||
.btn-primary-outline:disabled:hover {
|
||||
border-color: #43a7fd;
|
||||
}
|
||||
|
||||
@ -2565,7 +2648,10 @@ fieldset[disabled] a.btn {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
|
||||
.btn-secondary-outline:focus,
|
||||
.btn-secondary-outline.focus,
|
||||
.btn-secondary-outline:active,
|
||||
.btn-secondary-outline.active,
|
||||
.open > .btn-secondary-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #ccc;
|
||||
@ -2578,11 +2664,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
|
||||
.btn-secondary-outline.disabled:focus,
|
||||
.btn-secondary-outline.disabled.focus,
|
||||
.btn-secondary-outline:disabled:focus,
|
||||
.btn-secondary-outline:disabled.focus {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
|
||||
.btn-secondary-outline.disabled:hover,
|
||||
.btn-secondary-outline:disabled:hover {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
@ -2593,7 +2683,10 @@ fieldset[disabled] a.btn {
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
|
||||
.btn-info-outline:focus,
|
||||
.btn-info-outline.focus,
|
||||
.btn-info-outline:active,
|
||||
.btn-info-outline.active,
|
||||
.open > .btn-info-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #5bc0de;
|
||||
@ -2606,11 +2699,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
|
||||
.btn-info-outline.disabled:focus,
|
||||
.btn-info-outline.disabled.focus,
|
||||
.btn-info-outline:disabled:focus,
|
||||
.btn-info-outline:disabled.focus {
|
||||
border-color: #b0e1ef;
|
||||
}
|
||||
|
||||
.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
|
||||
.btn-info-outline.disabled:hover,
|
||||
.btn-info-outline:disabled:hover {
|
||||
border-color: #b0e1ef;
|
||||
}
|
||||
|
||||
@ -2621,7 +2718,10 @@ fieldset[disabled] a.btn {
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
|
||||
.btn-success-outline:focus,
|
||||
.btn-success-outline.focus,
|
||||
.btn-success-outline:active,
|
||||
.btn-success-outline.active,
|
||||
.open > .btn-success-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #5cb85c;
|
||||
@ -2634,11 +2734,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
|
||||
.btn-success-outline.disabled:focus,
|
||||
.btn-success-outline.disabled.focus,
|
||||
.btn-success-outline:disabled:focus,
|
||||
.btn-success-outline:disabled.focus {
|
||||
border-color: #a3d7a3;
|
||||
}
|
||||
|
||||
.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
|
||||
.btn-success-outline.disabled:hover,
|
||||
.btn-success-outline:disabled:hover {
|
||||
border-color: #a3d7a3;
|
||||
}
|
||||
|
||||
@ -2649,7 +2753,10 @@ fieldset[disabled] a.btn {
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
|
||||
.btn-warning-outline:focus,
|
||||
.btn-warning-outline.focus,
|
||||
.btn-warning-outline:active,
|
||||
.btn-warning-outline.active,
|
||||
.open > .btn-warning-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #f0ad4e;
|
||||
@ -2662,11 +2769,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
|
||||
.btn-warning-outline.disabled:focus,
|
||||
.btn-warning-outline.disabled.focus,
|
||||
.btn-warning-outline:disabled:focus,
|
||||
.btn-warning-outline:disabled.focus {
|
||||
border-color: #f8d9ac;
|
||||
}
|
||||
|
||||
.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
|
||||
.btn-warning-outline.disabled:hover,
|
||||
.btn-warning-outline:disabled:hover {
|
||||
border-color: #f8d9ac;
|
||||
}
|
||||
|
||||
@ -2677,7 +2788,10 @@ fieldset[disabled] a.btn {
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
|
||||
.btn-danger-outline:focus,
|
||||
.btn-danger-outline.focus,
|
||||
.btn-danger-outline:active,
|
||||
.btn-danger-outline.active,
|
||||
.open > .btn-danger-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #d9534f;
|
||||
@ -2690,11 +2804,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
|
||||
.btn-danger-outline.disabled:focus,
|
||||
.btn-danger-outline.disabled.focus,
|
||||
.btn-danger-outline:disabled:focus,
|
||||
.btn-danger-outline:disabled.focus {
|
||||
border-color: #eba5a3;
|
||||
}
|
||||
|
||||
.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
|
||||
.btn-danger-outline.disabled:hover,
|
||||
.btn-danger-outline:disabled:hover {
|
||||
border-color: #eba5a3;
|
||||
}
|
||||
|
||||
@ -2704,11 +2822,16 @@ fieldset[disabled] a.btn {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
|
||||
.btn-link,
|
||||
.btn-link:active,
|
||||
.btn-link.active,
|
||||
.btn-link:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link, .btn-link:focus, .btn-link:active {
|
||||
.btn-link,
|
||||
.btn-link:focus,
|
||||
.btn-link:active {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
@ -2716,13 +2839,15 @@ fieldset[disabled] a.btn {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link:focus, .btn-link:hover {
|
||||
.btn-link:focus,
|
||||
.btn-link:hover {
|
||||
color: #014c8c;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link:disabled:focus, .btn-link:disabled:hover {
|
||||
.btn-link:disabled:focus,
|
||||
.btn-link:disabled:hover {
|
||||
color: #818a91;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -2736,7 +2861,7 @@ fieldset[disabled] a.btn {
|
||||
|
||||
.btn-sm, .btn-group-sm > .btn {
|
||||
padding: .25rem .75rem;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
line-height: 1.5;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
@ -2799,6 +2924,7 @@ input[type="button"].btn-block {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
margin-right: .25rem;
|
||||
margin-left: .25rem;
|
||||
vertical-align: middle;
|
||||
content: "";
|
||||
@ -2827,6 +2953,7 @@ input[type="button"].btn-block {
|
||||
padding: 5px 0;
|
||||
margin: 2px 0 0;
|
||||
font-size: 1rem;
|
||||
color: #373a3c;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
background-color: #fff;
|
||||
@ -2857,24 +2984,30 @@ input[type="button"].btn-block {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.dropdown-item:focus, .dropdown-item:hover {
|
||||
.dropdown-item:focus,
|
||||
.dropdown-item:hover {
|
||||
color: #2b2d2f;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
|
||||
.dropdown-item.active,
|
||||
.dropdown-item.active:focus,
|
||||
.dropdown-item.active:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #0275d8;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
.dropdown-item.disabled,
|
||||
.dropdown-item.disabled:focus,
|
||||
.dropdown-item.disabled:hover {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
.dropdown-item.disabled:focus,
|
||||
.dropdown-item.disabled:hover {
|
||||
text-decoration: none;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
@ -2903,7 +3036,7 @@ input[type="button"].btn-block {
|
||||
.dropdown-header {
|
||||
display: block;
|
||||
padding: 3px 20px;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
line-height: 1.5;
|
||||
color: #818a91;
|
||||
white-space: nowrap;
|
||||
@ -2950,7 +3083,9 @@ input[type="button"].btn-block {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
|
||||
.btn-group > .btn:focus,
|
||||
.btn-group > .btn:active,
|
||||
.btn-group > .btn.active,
|
||||
.btn-group-vertical > .btn:focus,
|
||||
.btn-group-vertical > .btn:active,
|
||||
.btn-group-vertical > .btn.active {
|
||||
@ -3168,16 +3303,14 @@ input[type="button"].btn-block {
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.input-group-addon.form-control-sm,
|
||||
.input-group-sm > .input-group-addon,
|
||||
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .input-group-addon.btn {
|
||||
padding: .275rem .75rem;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
|
||||
.input-group-addon.form-control-lg,
|
||||
.input-group-lg > .input-group-addon,
|
||||
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .input-group-addon.btn {
|
||||
padding: .75rem 1.25rem;
|
||||
font-size: 1.25rem;
|
||||
@ -3233,7 +3366,9 @@ input[type="button"].btn-block {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
|
||||
.input-group-btn > .btn:focus,
|
||||
.input-group-btn > .btn:active,
|
||||
.input-group-btn > .btn:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@ -3438,7 +3573,8 @@ input[type="button"].btn-block {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.nav-link:focus, .nav-link:hover {
|
||||
.nav-link:focus,
|
||||
.nav-link:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3446,7 +3582,9 @@ input[type="button"].btn-block {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
|
||||
.nav-link.disabled,
|
||||
.nav-link.disabled:focus,
|
||||
.nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
@ -3482,17 +3620,22 @@ input[type="button"].btn-block {
|
||||
border-radius: .25rem .25rem 0 0;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
|
||||
.nav-tabs .nav-link:focus,
|
||||
.nav-tabs .nav-link:hover {
|
||||
border-color: #eceeef #eceeef #ddd;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
|
||||
.nav-tabs .nav-link.disabled,
|
||||
.nav-tabs .nav-link.disabled:focus,
|
||||
.nav-tabs .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
|
||||
.nav-tabs .nav-link.active,
|
||||
.nav-tabs .nav-link.active:focus,
|
||||
.nav-tabs .nav-link.active:hover,
|
||||
.nav-tabs .nav-item.open .nav-link,
|
||||
.nav-tabs .nav-item.open .nav-link:focus,
|
||||
.nav-tabs .nav-item.open .nav-link:hover {
|
||||
@ -3515,7 +3658,9 @@ input[type="button"].btn-block {
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
|
||||
.nav-pills .nav-link.active,
|
||||
.nav-pills .nav-link.active:focus,
|
||||
.nav-pills .nav-link.active:hover,
|
||||
.nav-pills .nav-item.open .nav-link,
|
||||
.nav-pills .nav-item.open .nav-link:focus,
|
||||
.nav-pills .nav-item.open .nav-link:hover {
|
||||
@ -3620,7 +3765,8 @@ input[type="button"].btn-block {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.navbar-brand:focus, .navbar-brand:hover {
|
||||
.navbar-brand:focus,
|
||||
.navbar-brand:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3651,7 +3797,8 @@ input[type="button"].btn-block {
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.navbar-toggler:focus, .navbar-toggler:hover {
|
||||
.navbar-toggler:focus,
|
||||
.navbar-toggler:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3695,7 +3842,8 @@ input[type="button"].btn-block {
|
||||
color: rgba(0, 0, 0, .8);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
|
||||
.navbar-light .navbar-brand:focus,
|
||||
.navbar-light .navbar-brand:hover {
|
||||
color: rgba(0, 0, 0, .8);
|
||||
}
|
||||
|
||||
@ -3703,11 +3851,14 @@ input[type="button"].btn-block {
|
||||
color: rgba(0, 0, 0, .3);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
|
||||
.navbar-light .navbar-nav .nav-link:focus,
|
||||
.navbar-light .navbar-nav .nav-link:hover {
|
||||
color: rgba(0, 0, 0, .6);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
|
||||
.navbar-light .navbar-nav .open > .nav-link,
|
||||
.navbar-light .navbar-nav .open > .nav-link:focus,
|
||||
.navbar-light .navbar-nav .open > .nav-link:hover,
|
||||
.navbar-light .navbar-nav .active > .nav-link,
|
||||
.navbar-light .navbar-nav .active > .nav-link:focus,
|
||||
.navbar-light .navbar-nav .active > .nav-link:hover,
|
||||
@ -3728,7 +3879,8 @@ input[type="button"].btn-block {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
|
||||
.navbar-dark .navbar-brand:focus,
|
||||
.navbar-dark .navbar-brand:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -3736,11 +3888,14 @@ input[type="button"].btn-block {
|
||||
color: rgba(255, 255, 255, .5);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
|
||||
.navbar-dark .navbar-nav .nav-link:focus,
|
||||
.navbar-dark .navbar-nav .nav-link:hover {
|
||||
color: rgba(255, 255, 255, .75);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
|
||||
.navbar-dark .navbar-nav .open > .nav-link,
|
||||
.navbar-dark .navbar-nav .open > .nav-link:focus,
|
||||
.navbar-dark .navbar-nav .open > .nav-link:hover,
|
||||
.navbar-dark .navbar-nav .active > .nav-link,
|
||||
.navbar-dark .navbar-nav .active > .nav-link:focus,
|
||||
.navbar-dark .navbar-nav .active > .nav-link:hover,
|
||||
@ -3861,7 +4016,8 @@ input[type="button"].btn-block {
|
||||
color: rgba(255, 255, 255, .65);
|
||||
}
|
||||
|
||||
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
|
||||
.card-inverse .card-link:focus,
|
||||
.card-inverse .card-link:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@ -3923,12 +4079,20 @@ input[type="button"].btn-block {
|
||||
margin-left: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
.card-group .card:first-child {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.card-group .card:first-child .card-img-top {
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
.card-group .card:first-child .card-img-bottom {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.card-group .card:last-child {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.card-group .card:last-child .card-img-top {
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
@ -4026,7 +4190,8 @@ input[type="button"].btn-block {
|
||||
border-bottom-right-radius: .25rem;
|
||||
}
|
||||
|
||||
.pagination > li > a:focus, .pagination > li > a:hover,
|
||||
.pagination > li > a:focus,
|
||||
.pagination > li > a:hover,
|
||||
.pagination > li > span:focus,
|
||||
.pagination > li > span:hover {
|
||||
color: #014c8c;
|
||||
@ -4034,7 +4199,9 @@ input[type="button"].btn-block {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > span:focus,
|
||||
.pagination > .active > span:hover {
|
||||
@ -4045,7 +4212,9 @@ input[type="button"].btn-block {
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover,
|
||||
.pagination > .disabled > span,
|
||||
.pagination > .disabled > span:focus,
|
||||
.pagination > .disabled > span:hover,
|
||||
.pagination > .disabled > a,
|
||||
.pagination > .disabled > a:focus,
|
||||
.pagination > .disabled > a:hover {
|
||||
@ -4077,7 +4246,7 @@ input[type="button"].btn-block {
|
||||
.pagination-sm > li > a,
|
||||
.pagination-sm > li > span {
|
||||
padding: .275rem .75rem;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
@ -4120,12 +4289,15 @@ input[type="button"].btn-block {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.pager li > a:focus, .pager li > a:hover {
|
||||
.pager li > a:focus,
|
||||
.pager li > a:hover {
|
||||
text-decoration: none;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
|
||||
.pager .disabled > a,
|
||||
.pager .disabled > a:focus,
|
||||
.pager .disabled > a:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
@ -4169,7 +4341,8 @@ input[type="button"].btn-block {
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
a.label:focus, a.label:hover {
|
||||
a.label:focus,
|
||||
a.label:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
@ -4185,7 +4358,8 @@ a.label:focus, a.label:hover {
|
||||
background-color: #818a91;
|
||||
}
|
||||
|
||||
.label-default[href]:focus, .label-default[href]:hover {
|
||||
.label-default[href]:focus,
|
||||
.label-default[href]:hover {
|
||||
background-color: #687077;
|
||||
}
|
||||
|
||||
@ -4193,7 +4367,8 @@ a.label:focus, a.label:hover {
|
||||
background-color: #0275d8;
|
||||
}
|
||||
|
||||
.label-primary[href]:focus, .label-primary[href]:hover {
|
||||
.label-primary[href]:focus,
|
||||
.label-primary[href]:hover {
|
||||
background-color: #025aa5;
|
||||
}
|
||||
|
||||
@ -4201,7 +4376,8 @@ a.label:focus, a.label:hover {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
.label-success[href]:focus, .label-success[href]:hover {
|
||||
.label-success[href]:focus,
|
||||
.label-success[href]:hover {
|
||||
background-color: #449d44;
|
||||
}
|
||||
|
||||
@ -4209,7 +4385,8 @@ a.label:focus, a.label:hover {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
.label-info[href]:focus, .label-info[href]:hover {
|
||||
.label-info[href]:focus,
|
||||
.label-info[href]:hover {
|
||||
background-color: #31b0d5;
|
||||
}
|
||||
|
||||
@ -4217,7 +4394,8 @@ a.label:focus, a.label:hover {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.label-warning[href]:focus, .label-warning[href]:hover {
|
||||
.label-warning[href]:focus,
|
||||
.label-warning[href]:hover {
|
||||
background-color: #ec971f;
|
||||
}
|
||||
|
||||
@ -4225,7 +4403,8 @@ a.label:focus, a.label:hover {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
.label-danger[href]:focus, .label-danger[href]:hover {
|
||||
.label-danger[href]:focus,
|
||||
.label-danger[href]:hover {
|
||||
background-color: #c9302c;
|
||||
}
|
||||
|
||||
@ -4406,7 +4585,7 @@ a.label:focus, a.label:hover {
|
||||
border-bottom-right-radius: .25rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress {
|
||||
background-color: #eee;
|
||||
border-radius: .25rem;
|
||||
@ -4443,7 +4622,7 @@ a.label:focus, a.label:hover {
|
||||
background-size: 1rem 1rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress-bar-striped {
|
||||
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
||||
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
||||
@ -4462,7 +4641,7 @@ a.label:focus, a.label:hover {
|
||||
animation: progress-bar-stripes 2s linear infinite;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress-animated .progress-bar-striped {
|
||||
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
||||
-o-animation: progress-bar-stripes 2s linear infinite;
|
||||
@ -4478,7 +4657,7 @@ a.label:focus, a.label:hover {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress-success .progress-bar {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
@ -4492,7 +4671,7 @@ a.label:focus, a.label:hover {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress-info .progress-bar {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
@ -4506,7 +4685,7 @@ a.label:focus, a.label:hover {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress-warning .progress-bar {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
@ -4520,7 +4699,7 @@ a.label:focus, a.label:hover {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0\0) {
|
||||
@media screen and (min-width: 0 \0) {
|
||||
.progress-danger .progress-bar {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
@ -4627,7 +4806,8 @@ button.list-group-item .list-group-item-heading {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
a.list-group-item:focus, a.list-group-item:hover,
|
||||
a.list-group-item:focus,
|
||||
a.list-group-item:hover,
|
||||
button.list-group-item:focus,
|
||||
button.list-group-item:hover {
|
||||
color: #555;
|
||||
@ -4635,21 +4815,29 @@ button.list-group-item:hover {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
|
||||
.list-group-item.disabled,
|
||||
.list-group-item.disabled:focus,
|
||||
.list-group-item.disabled:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
|
||||
.list-group-item.disabled .list-group-item-heading,
|
||||
.list-group-item.disabled:focus .list-group-item-heading,
|
||||
.list-group-item.disabled:hover .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
|
||||
.list-group-item.disabled .list-group-item-text,
|
||||
.list-group-item.disabled:focus .list-group-item-text,
|
||||
.list-group-item.disabled:hover .list-group-item-text {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
||||
.list-group-item.active,
|
||||
.list-group-item.active:focus,
|
||||
.list-group-item.active:hover {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #0275d8;
|
||||
@ -4658,15 +4846,19 @@ button.list-group-item:hover {
|
||||
|
||||
.list-group-item.active .list-group-item-heading,
|
||||
.list-group-item.active .list-group-item-heading > small,
|
||||
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
|
||||
.list-group-item.active .list-group-item-heading > .small,
|
||||
.list-group-item.active:focus .list-group-item-heading,
|
||||
.list-group-item.active:focus .list-group-item-heading > small,
|
||||
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
|
||||
.list-group-item.active:focus .list-group-item-heading > .small,
|
||||
.list-group-item.active:hover .list-group-item-heading,
|
||||
.list-group-item.active:hover .list-group-item-heading > small,
|
||||
.list-group-item.active:hover .list-group-item-heading > .small {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
|
||||
.list-group-item.active .list-group-item-text,
|
||||
.list-group-item.active:focus .list-group-item-text,
|
||||
.list-group-item.active:hover .list-group-item-text {
|
||||
color: #a8d6fe;
|
||||
}
|
||||
|
||||
@ -4685,14 +4877,17 @@ button.list-group-item-success .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-success:focus, a.list-group-item-success:hover,
|
||||
a.list-group-item-success:focus,
|
||||
a.list-group-item-success:hover,
|
||||
button.list-group-item-success:focus,
|
||||
button.list-group-item-success:hover {
|
||||
color: #3c763d;
|
||||
background-color: #d0e9c6;
|
||||
}
|
||||
|
||||
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
|
||||
a.list-group-item-success.active,
|
||||
a.list-group-item-success.active:focus,
|
||||
a.list-group-item-success.active:hover,
|
||||
button.list-group-item-success.active,
|
||||
button.list-group-item-success.active:focus,
|
||||
button.list-group-item-success.active:hover {
|
||||
@ -4716,14 +4911,17 @@ button.list-group-item-info .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-info:focus, a.list-group-item-info:hover,
|
||||
a.list-group-item-info:focus,
|
||||
a.list-group-item-info:hover,
|
||||
button.list-group-item-info:focus,
|
||||
button.list-group-item-info:hover {
|
||||
color: #31708f;
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
|
||||
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
|
||||
a.list-group-item-info.active,
|
||||
a.list-group-item-info.active:focus,
|
||||
a.list-group-item-info.active:hover,
|
||||
button.list-group-item-info.active,
|
||||
button.list-group-item-info.active:focus,
|
||||
button.list-group-item-info.active:hover {
|
||||
@ -4747,14 +4945,17 @@ button.list-group-item-warning .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
|
||||
a.list-group-item-warning:focus,
|
||||
a.list-group-item-warning:hover,
|
||||
button.list-group-item-warning:focus,
|
||||
button.list-group-item-warning:hover {
|
||||
color: #8a6d3b;
|
||||
background-color: #faf2cc;
|
||||
}
|
||||
|
||||
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
|
||||
a.list-group-item-warning.active,
|
||||
a.list-group-item-warning.active:focus,
|
||||
a.list-group-item-warning.active:hover,
|
||||
button.list-group-item-warning.active,
|
||||
button.list-group-item-warning.active:focus,
|
||||
button.list-group-item-warning.active:hover {
|
||||
@ -4778,14 +4979,17 @@ button.list-group-item-danger .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
|
||||
a.list-group-item-danger:focus,
|
||||
a.list-group-item-danger:hover,
|
||||
button.list-group-item-danger:focus,
|
||||
button.list-group-item-danger:hover {
|
||||
color: #a94442;
|
||||
background-color: #ebcccc;
|
||||
}
|
||||
|
||||
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
|
||||
a.list-group-item-danger.active,
|
||||
a.list-group-item-danger.active:focus,
|
||||
a.list-group-item-danger.active:hover,
|
||||
button.list-group-item-danger.active,
|
||||
button.list-group-item-danger.active:focus,
|
||||
button.list-group-item-danger.active:hover {
|
||||
@ -4848,7 +5052,8 @@ button.list-group-item-danger.active:hover {
|
||||
opacity: .2;
|
||||
}
|
||||
|
||||
.close:focus, .close:hover {
|
||||
.close:focus,
|
||||
.close:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
@ -5015,7 +5220,7 @@ button.close {
|
||||
z-index: 1070;
|
||||
display: block;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
@ -5038,12 +5243,14 @@ button.close {
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
|
||||
.tooltip.tooltip-top,
|
||||
.tooltip.bs-tether-element-attached-bottom {
|
||||
padding: 5px 0;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
||||
.tooltip.tooltip-top .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
@ -5051,12 +5258,14 @@ button.close {
|
||||
border-top-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
|
||||
.tooltip.tooltip-right,
|
||||
.tooltip.bs-tether-element-attached-left {
|
||||
padding: 0 5px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
||||
.tooltip.tooltip-right .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
||||
top: 50%;
|
||||
left: 0;
|
||||
margin-top: -5px;
|
||||
@ -5064,12 +5273,14 @@ button.close {
|
||||
border-right-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
|
||||
.tooltip.tooltip-bottom,
|
||||
.tooltip.bs-tether-element-attached-top {
|
||||
padding: 5px 0;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
||||
.tooltip.tooltip-bottom .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
@ -5077,12 +5288,14 @@ button.close {
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
|
||||
.tooltip.tooltip-left,
|
||||
.tooltip.bs-tether-element-attached-right {
|
||||
padding: 0 5px;
|
||||
margin-left: -3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
||||
.tooltip.tooltip-left .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
||||
top: 50%;
|
||||
right: 0;
|
||||
margin-top: -5px;
|
||||
@ -5116,7 +5329,7 @@ button.close {
|
||||
max-width: 276px;
|
||||
padding: 1px;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: .85rem;
|
||||
font-size: .875rem;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
@ -5139,11 +5352,13 @@ button.close {
|
||||
line-break: auto;
|
||||
}
|
||||
|
||||
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
|
||||
.popover.popover-top,
|
||||
.popover.bs-tether-element-attached-bottom {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
|
||||
.popover.popover-top .popover-arrow,
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow {
|
||||
bottom: -11px;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
@ -5151,7 +5366,8 @@ button.close {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
|
||||
.popover.popover-top .popover-arrow::after,
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
|
||||
bottom: 1px;
|
||||
margin-left: -10px;
|
||||
content: "";
|
||||
@ -5159,11 +5375,13 @@ button.close {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-right, .popover.bs-tether-element-attached-left {
|
||||
.popover.popover-right,
|
||||
.popover.bs-tether-element-attached-left {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
|
||||
.popover.popover-right .popover-arrow,
|
||||
.popover.bs-tether-element-attached-left .popover-arrow {
|
||||
top: 50%;
|
||||
left: -11px;
|
||||
margin-top: -11px;
|
||||
@ -5171,7 +5389,8 @@ button.close {
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
|
||||
.popover.popover-right .popover-arrow::after,
|
||||
.popover.bs-tether-element-attached-left .popover-arrow::after {
|
||||
bottom: -10px;
|
||||
left: 1px;
|
||||
content: "";
|
||||
@ -5179,11 +5398,13 @@ button.close {
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
|
||||
.popover.popover-bottom,
|
||||
.popover.bs-tether-element-attached-top {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
|
||||
.popover.popover-bottom .popover-arrow,
|
||||
.popover.bs-tether-element-attached-top .popover-arrow {
|
||||
top: -11px;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
@ -5191,7 +5412,8 @@ button.close {
|
||||
border-bottom-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
|
||||
.popover.popover-bottom .popover-arrow::after,
|
||||
.popover.bs-tether-element-attached-top .popover-arrow::after {
|
||||
top: 1px;
|
||||
margin-left: -10px;
|
||||
content: "";
|
||||
@ -5199,11 +5421,13 @@ button.close {
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
|
||||
.popover.popover-left, .popover.bs-tether-element-attached-right {
|
||||
.popover.popover-left,
|
||||
.popover.bs-tether-element-attached-right {
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
|
||||
.popover.popover-left .popover-arrow,
|
||||
.popover.bs-tether-element-attached-right .popover-arrow {
|
||||
top: 50%;
|
||||
right: -11px;
|
||||
margin-top: -11px;
|
||||
@ -5211,7 +5435,8 @@ button.close {
|
||||
border-left-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
|
||||
.popover.popover-left .popover-arrow::after,
|
||||
.popover.bs-tether-element-attached-right .popover-arrow::after {
|
||||
right: 1px;
|
||||
bottom: -10px;
|
||||
content: "";
|
||||
@ -5232,7 +5457,8 @@ button.close {
|
||||
padding: 9px 14px;
|
||||
}
|
||||
|
||||
.popover-arrow, .popover-arrow::after {
|
||||
.popover-arrow,
|
||||
.popover-arrow::after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 0;
|
||||
@ -5284,17 +5510,21 @@ button.close {
|
||||
-webkit-perspective: 1000px;
|
||||
perspective: 1000px;
|
||||
}
|
||||
.carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
|
||||
.carousel-inner > .carousel-item.next,
|
||||
.carousel-inner > .carousel-item.active.right {
|
||||
left: 0;
|
||||
-webkit-transform: translate3d(100%, 0, 0);
|
||||
transform: translate3d(100%, 0, 0);
|
||||
}
|
||||
.carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
|
||||
.carousel-inner > .carousel-item.prev,
|
||||
.carousel-inner > .carousel-item.active.left {
|
||||
left: 0;
|
||||
-webkit-transform: translate3d(-100%, 0, 0);
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
}
|
||||
.carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
|
||||
.carousel-inner > .carousel-item.next.left,
|
||||
.carousel-inner > .carousel-item.prev.right,
|
||||
.carousel-inner > .carousel-item.active {
|
||||
left: 0;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
@ -5372,7 +5602,8 @@ button.close {
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.carousel-control:focus, .carousel-control:hover {
|
||||
.carousel-control:focus,
|
||||
.carousel-control:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
outline: 0;
|
||||
@ -5513,7 +5744,8 @@ button.close {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.sr-only-focusable:active, .sr-only-focusable:focus {
|
||||
.sr-only-focusable:active,
|
||||
.sr-only-focusable:focus {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
@ -5522,12 +5754,8 @@ button.close {
|
||||
clip: auto;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
visibility: hidden;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.text-hide {
|
||||
@ -5625,15 +5853,15 @@ button.close {
|
||||
}
|
||||
|
||||
.text-lowercase {
|
||||
text-transform: lowercase;
|
||||
text-transform: lowercase !important;
|
||||
}
|
||||
|
||||
.text-uppercase {
|
||||
text-transform: uppercase;
|
||||
text-transform: uppercase !important;
|
||||
}
|
||||
|
||||
.text-capitalize {
|
||||
text-transform: capitalize;
|
||||
text-transform: capitalize !important;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
@ -5641,42 +5869,47 @@ button.close {
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: #0275d8;
|
||||
color: #0275d8 !important;
|
||||
}
|
||||
|
||||
a.text-primary:focus, a.text-primary:hover {
|
||||
a.text-primary:focus,
|
||||
a.text-primary:hover {
|
||||
color: #025aa5;
|
||||
}
|
||||
|
||||
.text-success {
|
||||
color: #5cb85c;
|
||||
color: #5cb85c !important;
|
||||
}
|
||||
|
||||
a.text-success:focus, a.text-success:hover {
|
||||
a.text-success:focus,
|
||||
a.text-success:hover {
|
||||
color: #449d44;
|
||||
}
|
||||
|
||||
.text-info {
|
||||
color: #5bc0de;
|
||||
color: #5bc0de !important;
|
||||
}
|
||||
|
||||
a.text-info:focus, a.text-info:hover {
|
||||
a.text-info:focus,
|
||||
a.text-info:hover {
|
||||
color: #31b0d5;
|
||||
}
|
||||
|
||||
.text-warning {
|
||||
color: #f0ad4e;
|
||||
color: #f0ad4e !important;
|
||||
}
|
||||
|
||||
a.text-warning:focus, a.text-warning:hover {
|
||||
a.text-warning:focus,
|
||||
a.text-warning:hover {
|
||||
color: #ec971f;
|
||||
}
|
||||
|
||||
.text-danger {
|
||||
color: #d9534f;
|
||||
color: #d9534f !important;
|
||||
}
|
||||
|
||||
a.text-danger:focus, a.text-danger:hover {
|
||||
a.text-danger:focus,
|
||||
a.text-danger:hover {
|
||||
color: #c9302c;
|
||||
}
|
||||
|
||||
@ -5690,47 +5923,52 @@ a.text-danger:focus, a.text-danger:hover {
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
color: #fff;
|
||||
background-color: #0275d8;
|
||||
color: #fff !important;
|
||||
background-color: #0275d8 !important;
|
||||
}
|
||||
|
||||
a.bg-primary:focus, a.bg-primary:hover {
|
||||
a.bg-primary:focus,
|
||||
a.bg-primary:hover {
|
||||
background-color: #025aa5;
|
||||
}
|
||||
|
||||
.bg-success {
|
||||
color: #fff;
|
||||
background-color: #5cb85c;
|
||||
color: #fff !important;
|
||||
background-color: #5cb85c !important;
|
||||
}
|
||||
|
||||
a.bg-success:focus, a.bg-success:hover {
|
||||
a.bg-success:focus,
|
||||
a.bg-success:hover {
|
||||
background-color: #449d44;
|
||||
}
|
||||
|
||||
.bg-info {
|
||||
color: #fff;
|
||||
background-color: #5bc0de;
|
||||
color: #fff !important;
|
||||
background-color: #5bc0de !important;
|
||||
}
|
||||
|
||||
a.bg-info:focus, a.bg-info:hover {
|
||||
a.bg-info:focus,
|
||||
a.bg-info:hover {
|
||||
background-color: #31b0d5;
|
||||
}
|
||||
|
||||
.bg-warning {
|
||||
color: #fff;
|
||||
background-color: #f0ad4e;
|
||||
color: #fff !important;
|
||||
background-color: #f0ad4e !important;
|
||||
}
|
||||
|
||||
a.bg-warning:focus, a.bg-warning:hover {
|
||||
a.bg-warning:focus,
|
||||
a.bg-warning:hover {
|
||||
background-color: #ec971f;
|
||||
}
|
||||
|
||||
.bg-danger {
|
||||
color: #fff;
|
||||
background-color: #d9534f;
|
||||
color: #fff !important;
|
||||
background-color: #d9534f !important;
|
||||
}
|
||||
|
||||
a.bg-danger:focus, a.bg-danger:hover {
|
||||
a.bg-danger:focus,
|
||||
a.bg-danger:hover {
|
||||
background-color: #c9302c;
|
||||
}
|
||||
|
||||
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css.map
vendored
2
docs/dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user