From bf0cbb9de6f4ebd01948b759aa4fbd55b517f154 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 10 Dec 2018 19:11:01 +0100 Subject: [PATCH] misc: sync themes --- .../stylesheets/bootstrap-select-1.13.3.scss | 418 ++++++++++++ .../build/css/bootstrap-select-1.13.3.css | 2 +- misc/theme-rebellion/Makefile | 2 +- .../stylesheets/bootstrap-select-1.13.3.scss | 615 ++++++++++++++++++ .../build/css/bootstrap-select-1.13.3.css | 405 ++++++++++++ .../stylesheets/bootstrap-select-1.13.3.scss | 418 ++++++++++++ .../build/css/bootstrap-select-1.13.3.css | 2 +- 7 files changed, 1859 insertions(+), 3 deletions(-) create mode 100644 misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/bootstrap-select-1.13.3.scss create mode 100644 misc/theme-rebellion/src/opnsense/www/themes/rebellion/assets/stylesheets/bootstrap-select-1.13.3.scss create mode 100644 misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/bootstrap-select-1.13.3.css create mode 100644 misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/bootstrap-select-1.13.3.scss diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/bootstrap-select-1.13.3.scss b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/bootstrap-select-1.13.3.scss new file mode 100644 index 000000000..2d78f1148 --- /dev/null +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/bootstrap-select-1.13.3.scss @@ -0,0 +1,418 @@ +/*! + * Bootstrap-select v1.13.3 (https://developer.snapappointments.com/bootstrap-select) + * + * Copyright 2012-2018 SnapAppointments, LLC + * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) + */ + +select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker { + display: none !important; +} + +.bootstrap-select { + width: 348px \0; + /*IE9 and below*/ + > { + .dropdown-toggle { + position: relative; + width: 100%; + z-index: 1; + text-align: right; + white-space: nowrap; + &.bs-placeholder { + color: #fff; + &:hover, &:focus, &:active { + color: #fff; + } + &.btn-primary, &.btn-secondary, &.btn-success, &.btn-danger, &.btn-info, &.btn-dark, &.btn-primary:hover, &.btn-secondary:hover, &.btn-success:hover, &.btn-danger:hover, &.btn-info:hover, &.btn-dark:hover, &.btn-primary:focus, &.btn-secondary:focus, &.btn-success:focus, &.btn-danger:focus, &.btn-info:focus, &.btn-dark:focus, &.btn-primary:active, &.btn-secondary:active, &.btn-success:active, &.btn-danger:active, &.btn-info:active, &.btn-dark:active { + color: #ffffff; + } + } + } + select { + position: absolute !important; + bottom: 0; + left: 50%; + display: block !important; + width: 0.5px !important; + height: 100% !important; + padding: 0 !important; + opacity: 0 !important; + border: none; + &.mobile-device { + top: 0; + left: 0; + display: block !important; + width: 100% !important; + z-index: 2; + } + } + } +} + +.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle { + border-color: #b94a48; +} + +.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle { + border-color: #28a745; +} + +.bootstrap-select { + &.fit-width { + width: auto !important; + } + &:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + width: 348px; + } + > select.mobile-device:focus + .dropdown-toggle, .dropdown-toggle:focus { + outline: thin dotted #333333 !important; + outline: 5px auto -webkit-focus-ring-color !important; + outline-offset: -2px; + } + &.form-control { + margin-bottom: 0; + padding: 0; + border: none; + } +} + +:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) { + width: 100%; +} + +.bootstrap-select { + &.form-control.input-group-btn { + z-index: auto; + &:not(:first-child):not(:last-child) > .btn { + border-radius: 0; + } + } + &:not(.input-group-btn), &[class*="col-"] { + float: none; + display: inline-block; + margin-left: 0; + } + &.dropdown-menu-right, &[class*="col-"].dropdown-menu-right { + float: right; + } +} + +.row .bootstrap-select[class*="col-"].dropdown-menu-right { + float: right; +} + +.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select { + margin-bottom: 0; +} + +.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control { + padding: 0; +} + +.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle { + height: 100%; + font-size: inherit; + line-height: inherit; + border-radius: inherit; +} + +.bootstrap-select { + &.form-control-sm .dropdown-toggle, &.form-control-lg .dropdown-toggle { + font-size: inherit; + line-height: inherit; + border-radius: inherit; + } + &.form-control-sm .dropdown-toggle { + padding: 0.25rem 0.5rem; + } + &.form-control-lg .dropdown-toggle { + padding: 0.5rem 1rem; + } +} + +.form-inline .bootstrap-select .form-control { + width: 100%; +} + +.bootstrap-select { + &.disabled { + cursor: not-allowed; + &:focus { + outline: none !important; + } + } + > .disabled { + cursor: not-allowed; + } + > .disabled:focus { + outline: none !important; + } + &.bs-container { + position: absolute; + top: 0; + left: 0; + height: 0 !important; + padding: 0 !important; + .dropdown-menu { + z-index: 1060; + } + } + .dropdown-toggle { + &:before { + content: ''; + display: inline-block; + } + .filter-option { + position: absolute; + top: 0; + left: 0; + padding-top: inherit; + padding-right: inherit; + padding-bottom: inherit; + padding-left: inherit; + height: 100%; + width: 100%; + text-align: left; + } + .filter-option-inner { + padding-right: inherit; + } + .filter-option-inner-inner { + overflow: hidden; + } + .caret { + position: absolute; + top: 50%; + right: 12px; + margin-top: -2px; + vertical-align: middle; + } + } +} + +.input-group .bootstrap-select.form-control .dropdown-toggle { + border-radius: inherit; +} + +.bootstrap-select { + &[class*="col-"] .dropdown-toggle { + width: 100%; + } + .dropdown-menu { + min-width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + > .inner:focus { + outline: none !important; + } + &.inner { + position: static; + float: none; + border: 0; + padding: 0; + margin: 0; + border-radius: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + li { + position: relative; + &.active small { + color: rgba(255, 255, 255, 0.5) !important; + } + &.disabled a { + cursor: not-allowed; + } + a { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + &.opt { + position: relative; + padding-left: 2.25em; + } + span { + &.check-mark { + display: none; + } + &.text { + display: inline-block; + } + } + } + small { + padding-left: 0.5em; + } + } + .notify { + position: absolute; + bottom: 5px; + width: 96%; + margin: 0 2%; + min-height: 26px; + padding: 3px 5px; + background: #f5f5f5; + border: 1px solid #e3e3e3; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + pointer-events: none; + opacity: 0.9; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + } + } + .no-results { + padding: 3px; + background: #f5f5f5; + margin: 0 5px; + white-space: nowrap; + } + &.fit-width .dropdown-toggle { + .filter-option { + position: static; + display: inline; + padding: 0; + } + .filter-option-inner, .filter-option-inner-inner { + display: inline; + } + .caret { + position: static; + top: auto; + margin-top: -1px; + } + } + &.show-tick .dropdown-menu { + .selected span.check-mark { + position: absolute; + display: inline-block; + right: 15px; + top: 5px; + } + li a span.text { + margin-right: 34px; + } + } + .bs-ok-default:after { + content: ''; + display: block; + width: 0.5em; + height: 1em; + border-style: solid; + border-width: 0 0.26em 0.26em 0; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + } + &.show-menu-arrow { + &.open > .dropdown-toggle, &.show > .dropdown-toggle { + z-index: 1061; + } + .dropdown-toggle .filter-option { + &:before { + content: ''; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-bottom: 7px solid rgba(204, 204, 204, 0.2); + position: absolute; + bottom: -4px; + left: 9px; + display: none; + } + &:after { + content: ''; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-bottom: 6px solid white; + position: absolute; + bottom: -4px; + left: 10px; + display: none; + } + } + &.dropup .dropdown-toggle .filter-option { + &:before { + bottom: auto; + top: -4px; + border-top: 7px solid rgba(204, 204, 204, 0.2); + border-bottom: 0; + } + &:after { + bottom: auto; + top: -4px; + border-top: 6px solid white; + border-bottom: 0; + } + } + &.pull-right .dropdown-toggle .filter-option { + &:before { + right: 12px; + left: auto; + } + &:after { + right: 13px; + left: auto; + } + } + &.open > .dropdown-toggle .filter-option:before, &.show > .dropdown-toggle .filter-option:before, &.open > .dropdown-toggle .filter-option:after, &.show > .dropdown-toggle .filter-option:after { + display: block; + } + } +} + +.bs-searchbox, .bs-actionsbox, .bs-donebutton { + padding: 4px 8px; +} + +.bs-actionsbox { + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + .btn-group button { + width: 50%; + } +} + +.bs-donebutton { + float: left; + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + .btn-group button { + width: 100%; + } +} + +.bs-searchbox { + + .bs-actionsbox { + padding: 0 8px 4px; + } + .form-control { + margin-bottom: 0; + width: 100%; + float: none; + } +} + +/* OPNsense edit to fix https://github.com/opnsense/core/issues/2612 : + * Move checkmarks to left hand side of the dropdown. + */ + +.bootstrap-select { + .dropdown-menu > li > a { + padding: 3px 20px 3px 30px; + } + &.show-tick .dropdown-menu .selected span.check-mark { + left: 10px; + } +} + +/* End OPNsense edit to fix #2612. */ diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/bootstrap-select-1.13.3.css b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/bootstrap-select-1.13.3.css index a3640e699..db0488057 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/bootstrap-select-1.13.3.css +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/bootstrap-select-1.13.3.css @@ -51,7 +51,7 @@ select.selectpicker { .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active { - color: #ffffff: + color: #ffffff; } .bootstrap-select > select { position: absolute !important; diff --git a/misc/theme-rebellion/Makefile b/misc/theme-rebellion/Makefile index 888c8fd09..8436fa26d 100644 --- a/misc/theme-rebellion/Makefile +++ b/misc/theme-rebellion/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-rebellion -PLUGIN_VERSION= 1.7 +PLUGIN_VERSION= 1.8 PLUGIN_COMMENT= A suitably dark theme PLUGIN_MAINTAINER= team-rebellion@queens-park.com diff --git a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/assets/stylesheets/bootstrap-select-1.13.3.scss b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/assets/stylesheets/bootstrap-select-1.13.3.scss new file mode 100644 index 000000000..6fb63e68d --- /dev/null +++ b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/assets/stylesheets/bootstrap-select-1.13.3.scss @@ -0,0 +1,615 @@ +$color_1: #ccc; +$color_2: rgba(0, 0, 0, 0.5); +$color_3: rgba(255, 255, 255, 0.5); +$border_color_1: #b94a48; +$border_color_2: #28a745; + +/*! + * Bootstrap-select v1.13.3 (https://developer.snapappointments.com/bootstrap-select) + * + * Copyright 2012-2018 SnapAppointments, LLC + * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) + */ +/* OPNsense edit to fix https://github.com/opnsense/core/issues/2612 : + * Move checkmarks to left hand side of the dropdown. + */ +/* End OPNsense edit to fix #2612. */ +select.bs-select-hidden { + display: none !important; +} +.bootstrap-select { + >select.bs-select-hidden { + display: none !important; + } + width: 348px \0; + >.dropdown-toggle { + position: relative; + width: 100%; + z-index: 1; + text-align: right; + white-space: nowrap; + } + >.dropdown-toggle.bs-placeholder { + color: $color_1; + &:hover { + color: $color_1; + } + &:focus { + color: $color_1; + } + &:active { + color: $color_1; + } + } + >.dropdown-toggle.bs-placeholder.btn-primary { + color: $color_2; + &:hover { + color: $color_2; + } + &:focus { + color: $color_2; + } + &:active { + color: $color_2; + } + } + >.dropdown-toggle.bs-placeholder.btn-secondary { + color: $color_2; + &:hover { + color: $color_2; + } + &:focus { + color: $color_2; + } + &:active { + color: $color_2; + } + } + >.dropdown-toggle.bs-placeholder.btn-success { + color: $color_2; + &:hover { + color: $color_2; + } + &:focus { + color: $color_2; + } + &:active { + color: $color_2; + } + } + >.dropdown-toggle.bs-placeholder.btn-danger { + color: $color_2; + &:hover { + color: $color_2; + } + &:focus { + color: $color_2; + } + &:active { + color: $color_2; + } + } + >.dropdown-toggle.bs-placeholder.btn-info { + color: $color_2; + &:hover { + color: $color_2; + } + &:focus { + color: $color_2; + } + &:active { + color: $color_2; + } + } + >.dropdown-toggle.bs-placeholder.btn-dark { + color: $color_2; + &:hover { + color: $color_2; + } + &:focus { + color: $color_2; + } + &:active { + color: $color_2; + } + } + >select { + position: absolute !important; + bottom: 0; + left: 50%; + display: block !important; + width: 0.5px !important; + height: 100% !important; + padding: 0 !important; + opacity: 0 !important; + border: none; + } + >select.mobile-device { + top: 0; + left: 0; + display: block !important; + width: 100% !important; + z-index: 2; + &:focus { + &+.dropdown-toggle { + outline: thin dotted #bbbbbb !important; + outline: 5px auto -webkit-focus-ring-color !important; + outline-offset: -2px; + } + } + } + &:not([class*="col-"]) { + &:not([class*="form-control"]) { + &:not(.input-group-btn) { + width: 348px; + } + } + } + .dropdown-toggle { + &:focus { + outline: thin dotted #bbbbbb !important; + outline: 5px auto -webkit-focus-ring-color !important; + outline-offset: -2px; + } + &:before { + content: ''; + display: inline-block; + } + .filter-option { + position: absolute; + top: 0; + left: 0; + padding-top: inherit; + padding-right: inherit; + padding-bottom: inherit; + padding-left: inherit; + height: 100%; + width: 100%; + text-align: left; + } + .filter-option-inner { + padding-right: inherit; + } + .filter-option-inner-inner { + overflow: hidden; + } + .caret { + position: absolute; + top: 50%; + right: 12px; + margin-top: -2px; + vertical-align: middle; + } + } + &:not(.input-group-btn) { + float: none; + display: inline-block; + margin-left: 0; + } + >.disabled { + cursor: not-allowed; + &:focus { + outline: none !important; + } + } + .dropdown-menu { + min-width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + >.inner { + &:focus { + outline: none !important; + } + } + li { + position: relative; + a { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + span.check-mark { + display: none; + } + span.text { + display: inline-block; + } + } + a.opt { + position: relative; + padding-left: 2.25em; + } + small { + padding-left: 0.5em; + } + } + li.active { + small { + color: $color_3 !important; + } + } + li.disabled { + a { + cursor: not-allowed; + } + } + .notify { + position: absolute; + bottom: 5px; + width: 96%; + margin: 0 2%; + min-height: 26px; + padding: 3px 5px; + background: #151515; + border: 1px solid #232323; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + pointer-events: none; + opacity: 0.9; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + } + >li { + >a { + padding: 3px 20px 3px 30px; + } + } + } + .dropdown-menu.inner { + position: static; + float: none; + border: 0; + padding: 0; + margin: 0; + border-radius: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .no-results { + padding: 3px; + background: #151515; + margin: 0 5px; + white-space: nowrap; + } + .bs-ok-default { + &:after { + content: ''; + display: block; + width: 0.5em; + height: 1em; + border-style: solid; + border-width: 0 0.26em 0.26em 0; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + } + } +} +select.selectpicker { + display: none !important; +} +.has-error { + .bootstrap-select { + .dropdown-toggle { + border-color: $border_color_1; + } + } +} +.error { + .bootstrap-select { + .dropdown-toggle { + border-color: $border_color_1; + } + } +} +.bootstrap-select.is-invalid { + .dropdown-toggle { + border-color: $border_color_1; + } +} +.was-validated { + .bootstrap-select { + .selectpicker { + &:invalid { + &+.dropdown-toggle { + border-color: $border_color_1; + } + } + &:valid { + &+.dropdown-toggle { + border-color: $border_color_2; + } + } + } + } +} +.bootstrap-select.is-valid { + .dropdown-toggle { + border-color: $border_color_2; + } +} +.bootstrap-select.fit-width { + width: auto !important; + .dropdown-toggle { + .filter-option { + position: static; + display: inline; + padding: 0; + } + .filter-option-inner { + display: inline; + } + .filter-option-inner-inner { + display: inline; + } + .caret { + position: static; + top: auto; + margin-top: -1px; + } + } +} +.bootstrap-select.form-control { + margin-bottom: 0; + padding: 0; + border: none; +} +&:not(.input-group) { + >.bootstrap-select.form-control { + &:not([class*="col-"]) { + width: 100%; + } + } +} +.bootstrap-select.form-control.input-group-btn { + z-index: auto; + &:not(:first-child) { + &:not(:last-child) { + >.btn { + border-radius: 0; + } + } + } +} +.bootstrap-select[class*="col-"] { + float: none; + display: inline-block; + margin-left: 0; + .dropdown-toggle { + width: 100%; + } +} +.bootstrap-select.dropdown-menu-right { + float: right; +} +.bootstrap-select[class*="col-"].dropdown-menu-right { + float: right; +} +.row { + .bootstrap-select[class*="col-"].dropdown-menu-right { + float: right; + } +} +.form-inline { + .bootstrap-select { + margin-bottom: 0; + .form-control { + width: 100%; + } + } +} +.form-horizontal { + .bootstrap-select { + margin-bottom: 0; + } +} +.form-group { + .bootstrap-select { + margin-bottom: 0; + } +} +.form-group-lg { + .bootstrap-select.form-control { + padding: 0; + .dropdown-toggle { + height: 100%; + font-size: inherit; + line-height: inherit; + border-radius: inherit; + } + } +} +.form-group-sm { + .bootstrap-select.form-control { + padding: 0; + .dropdown-toggle { + height: 100%; + font-size: inherit; + line-height: inherit; + border-radius: inherit; + } + } +} +.bootstrap-select.form-control-sm { + .dropdown-toggle { + font-size: inherit; + line-height: inherit; + border-radius: inherit; + padding: 0.25rem 0.5rem; + } +} +.bootstrap-select.form-control-lg { + .dropdown-toggle { + font-size: inherit; + line-height: inherit; + border-radius: inherit; + padding: 0.5rem 1rem; + } +} +.bootstrap-select.disabled { + cursor: not-allowed; + &:focus { + outline: none !important; + } +} +.bootstrap-select.bs-container { + position: absolute; + top: 0; + left: 0; + height: 0 !important; + padding: 0 !important; + .dropdown-menu { + z-index: 1060; + } +} +.input-group { + .bootstrap-select.form-control { + .dropdown-toggle { + border-radius: inherit; + } + } +} +.bootstrap-select.show-tick { + .dropdown-menu { + .selected { + span.check-mark { + position: absolute; + display: inline-block; + right: 15px; + top: 5px; + left: 10px; + } + } + li { + a { + span.text { + margin-right: 34px; + } + } + } + } +} +.bootstrap-select.show-menu-arrow.open { + >.dropdown-toggle { + z-index: 1061; + .filter-option { + &:before { + display: block; + } + &:after { + display: block; + } + } + } +} +.bootstrap-select.show-menu-arrow.show { + >.dropdown-toggle { + z-index: 1061; + .filter-option { + &:before { + display: block; + } + &:after { + display: block; + } + } + } +} +.bootstrap-select.show-menu-arrow { + .dropdown-toggle { + .filter-option { + &:before { + content: ''; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-bottom: 7px solid rgba(204, 204, 204, 0.2); + position: absolute; + bottom: -4px; + left: 9px; + display: none; + } + &:after { + content: ''; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-bottom: 6px solid white; + position: absolute; + bottom: -4px; + left: 10px; + display: none; + } + } + } +} +.bootstrap-select.show-menu-arrow.dropup { + .dropdown-toggle { + .filter-option { + &:before { + bottom: auto; + top: -4px; + border-top: 7px solid rgba(50, 50, 50, 0.2); + border-bottom: 0; + } + &:after { + bottom: auto; + top: -4px; + border-top: 6px solid white; + border-bottom: 0; + } + } + } +} +.bootstrap-select.show-menu-arrow.pull-right { + .dropdown-toggle { + .filter-option { + &:before { + right: 12px; + left: auto; + } + &:after { + right: 13px; + left: auto; + } + } + } +} +.bs-searchbox { + padding: 4px 8px; + &+.bs-actionsbox { + padding: 0 8px 4px; + } + .form-control { + margin-bottom: 0; + width: 100%; + float: none; + } +} +.bs-actionsbox { + padding: 4px 8px; + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + .btn-group { + button { + width: 50%; + } + } +} +.bs-donebutton { + padding: 4px 8px; + float: left; + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + .btn-group { + button { + width: 100%; + } + } +} diff --git a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/bootstrap-select-1.13.3.css b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/bootstrap-select-1.13.3.css new file mode 100644 index 000000000..bbc5c29d9 --- /dev/null +++ b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/bootstrap-select-1.13.3.css @@ -0,0 +1,405 @@ +/*! + * Bootstrap-select v1.13.3 (https://developer.snapappointments.com/bootstrap-select) + * + * Copyright 2012-2018 SnapAppointments, LLC + * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) + */ + +select.bs-select-hidden, +.bootstrap-select > select.bs-select-hidden, +select.selectpicker { + display: none !important; + +} +.bootstrap-select { + width: 348px \0; + /*IE9 and below*/ +} +.bootstrap-select > .dropdown-toggle { + position: relative; + width: 100%; + + z-index: 1; + text-align: right; + white-space: nowrap; +} +.bootstrap-select > .dropdown-toggle.bs-placeholder, +.bootstrap-select > .dropdown-toggle.bs-placeholder:hover, +.bootstrap-select > .dropdown-toggle.bs-placeholder:focus, +.bootstrap-select > .dropdown-toggle.bs-placeholder:active { + color: #ccc; +} +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, +.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active { + color: rgba(0, 0, 0, 0.5); +} +.bootstrap-select > select { + position: absolute !important; + bottom: 0; + left: 50%; + display: block !important; + width: 0.5px !important; + height: 100% !important; + padding: 0 !important; + opacity: 0 !important; + border: none; +} +.bootstrap-select > select.mobile-device { + top: 0; + left: 0; + display: block !important; + width: 100% !important; + z-index: 2; +} +.has-error .bootstrap-select .dropdown-toggle, +.error .bootstrap-select .dropdown-toggle, +.bootstrap-select.is-invalid .dropdown-toggle, +.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle { + border-color: #b94a48; +} +.bootstrap-select.is-valid .dropdown-toggle, +.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle { + border-color: #28a745; +} +.bootstrap-select.fit-width { + width: auto !important; +} +.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + width: 348px; +} +.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, +.bootstrap-select .dropdown-toggle:focus { + outline: thin dotted #bbbbbb !important; + outline: 5px auto -webkit-focus-ring-color !important; + outline-offset: -2px; +} +.bootstrap-select.form-control { + margin-bottom: 0; + padding: 0; + border: none; +} +:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) { + width: 100%; +} +.bootstrap-select.form-control.input-group-btn { + z-index: auto; +} +.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.bootstrap-select:not(.input-group-btn), +.bootstrap-select[class*="col-"] { + float: none; + display: inline-block; + margin-left: 0; +} +.bootstrap-select.dropdown-menu-right, +.bootstrap-select[class*="col-"].dropdown-menu-right, +.row .bootstrap-select[class*="col-"].dropdown-menu-right { + float: right; +} +.form-inline .bootstrap-select, +.form-horizontal .bootstrap-select, +.form-group .bootstrap-select { + margin-bottom: 0; +} +.form-group-lg .bootstrap-select.form-control, +.form-group-sm .bootstrap-select.form-control { + padding: 0; +} +.form-group-lg .bootstrap-select.form-control .dropdown-toggle, +.form-group-sm .bootstrap-select.form-control .dropdown-toggle { + height: 100%; + font-size: inherit; + line-height: inherit; + border-radius: inherit; +} +.bootstrap-select.form-control-sm .dropdown-toggle, +.bootstrap-select.form-control-lg .dropdown-toggle { + font-size: inherit; + line-height: inherit; + border-radius: inherit; +} +.bootstrap-select.form-control-sm .dropdown-toggle { + padding: 0.25rem 0.5rem; +} +.bootstrap-select.form-control-lg .dropdown-toggle { + padding: 0.5rem 1rem; +} +.form-inline .bootstrap-select .form-control { + width: 100%; +} +.bootstrap-select.disabled, +.bootstrap-select > .disabled { + cursor: not-allowed; +} +.bootstrap-select.disabled:focus, +.bootstrap-select > .disabled:focus { + outline: none !important; +} +.bootstrap-select.bs-container { + position: absolute; + top: 0; + left: 0; + height: 0 !important; + padding: 0 !important; +} +.bootstrap-select.bs-container .dropdown-menu { + z-index: 1060; +} +.bootstrap-select .dropdown-toggle:before { + content: ''; + display: inline-block; +} +.bootstrap-select .dropdown-toggle .filter-option { + position: absolute; + top: 0; + left: 0; + padding-top: inherit; + padding-right: inherit; + padding-bottom: inherit; + padding-left: inherit; + height: 100%; + width: 100%; + text-align: left; +} +.bootstrap-select .dropdown-toggle .filter-option-inner { + padding-right: inherit; +} +.bootstrap-select .dropdown-toggle .filter-option-inner-inner { + overflow: hidden; +} +.bootstrap-select .dropdown-toggle .caret { + position: absolute; + top: 50%; + right: 12px; + margin-top: -2px; + vertical-align: middle; +} +.input-group .bootstrap-select.form-control .dropdown-toggle { + border-radius: inherit; +} +.bootstrap-select[class*="col-"] .dropdown-toggle { + width: 100%; +} +.bootstrap-select .dropdown-menu { + min-width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +.bootstrap-select .dropdown-menu > .inner:focus { + outline: none !important; +} +.bootstrap-select .dropdown-menu.inner { + position: static; + float: none; + border: 0; + padding: 0; + margin: 0; + border-radius: 0; + -webkit-box-shadow: none; + box-shadow: none; +} +.bootstrap-select .dropdown-menu li { + position: relative; +} +.bootstrap-select .dropdown-menu li.active small { + color: rgba(255, 255, 255, 0.5) !important; +} +.bootstrap-select .dropdown-menu li.disabled a { + cursor: not-allowed; +} +.bootstrap-select .dropdown-menu li a { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.bootstrap-select .dropdown-menu li a.opt { + position: relative; + padding-left: 2.25em; +} +.bootstrap-select .dropdown-menu li a span.check-mark { + display: none; +} +.bootstrap-select .dropdown-menu li a span.text { + display: inline-block; +} +.bootstrap-select .dropdown-menu li small { + padding-left: 0.5em; +} +.bootstrap-select .dropdown-menu .notify { + position: absolute; + bottom: 5px; + width: 96%; + margin: 0 2%; + min-height: 26px; + padding: 3px 5px; + background: #151515; + border: 1px solid #232323; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + pointer-events: none; + opacity: 0.9; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +.bootstrap-select .no-results { + padding: 3px; + background: #151515; + margin: 0 5px; + white-space: nowrap; +} +.bootstrap-select.fit-width .dropdown-toggle .filter-option { + position: static; + display: inline; + padding: 0; +} +.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, +.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner { + display: inline; +} +.bootstrap-select.fit-width .dropdown-toggle .caret { + position: static; + top: auto; + margin-top: -1px; +} +.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark { + position: absolute; + display: inline-block; + right: 15px; + top: 5px; +} +.bootstrap-select.show-tick .dropdown-menu li a span.text { + margin-right: 34px; +} +.bootstrap-select .bs-ok-default:after { + content: ''; + display: block; + width: 0.5em; + height: 1em; + border-style: solid; + border-width: 0 0.26em 0.26em 0; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); +} +.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, +.bootstrap-select.show-menu-arrow.show > .dropdown-toggle { + z-index: 1061; +} +.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before { + content: ''; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-bottom: 7px solid rgba(204, 204, 204, 0.2); + position: absolute; + bottom: -4px; + left: 9px; + display: none; +} +.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after { + content: ''; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-bottom: 6px solid white; + position: absolute; + bottom: -4px; + left: 10px; + display: none; +} +.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before { + bottom: auto; + top: -4px; + border-top: 7px solid rgba(50, 50, 50, 0.2); + border-bottom: 0; +} +.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after { + bottom: auto; + top: -4px; + border-top: 6px solid white; + border-bottom: 0; +} +.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before { + right: 12px; + left: auto; +} +.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after { + right: 13px; + left: auto; +} +.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, +.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, +.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, +.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after { + display: block; +} +.bs-searchbox, +.bs-actionsbox, +.bs-donebutton { + padding: 4px 8px; +} +.bs-actionsbox { + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +.bs-actionsbox .btn-group button { + width: 50%; +} +.bs-donebutton { + float: left; + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +.bs-donebutton .btn-group button { + width: 100%; +} +.bs-searchbox + .bs-actionsbox { + padding: 0 8px 4px; +} +.bs-searchbox .form-control { + margin-bottom: 0; + width: 100%; + float: none; +} + +/* OPNsense edit to fix https://github.com/opnsense/core/issues/2612 : + * Move checkmarks to left hand side of the dropdown. + */ +.bootstrap-select .dropdown-menu > li > a { + padding: 3px 20px 3px 30px; +} +.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark { + left: 10px; +} +/* End OPNsense edit to fix #2612. */ diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/bootstrap-select-1.13.3.scss b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/bootstrap-select-1.13.3.scss new file mode 100644 index 000000000..2d78f1148 --- /dev/null +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/bootstrap-select-1.13.3.scss @@ -0,0 +1,418 @@ +/*! + * Bootstrap-select v1.13.3 (https://developer.snapappointments.com/bootstrap-select) + * + * Copyright 2012-2018 SnapAppointments, LLC + * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) + */ + +select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker { + display: none !important; +} + +.bootstrap-select { + width: 348px \0; + /*IE9 and below*/ + > { + .dropdown-toggle { + position: relative; + width: 100%; + z-index: 1; + text-align: right; + white-space: nowrap; + &.bs-placeholder { + color: #fff; + &:hover, &:focus, &:active { + color: #fff; + } + &.btn-primary, &.btn-secondary, &.btn-success, &.btn-danger, &.btn-info, &.btn-dark, &.btn-primary:hover, &.btn-secondary:hover, &.btn-success:hover, &.btn-danger:hover, &.btn-info:hover, &.btn-dark:hover, &.btn-primary:focus, &.btn-secondary:focus, &.btn-success:focus, &.btn-danger:focus, &.btn-info:focus, &.btn-dark:focus, &.btn-primary:active, &.btn-secondary:active, &.btn-success:active, &.btn-danger:active, &.btn-info:active, &.btn-dark:active { + color: #ffffff; + } + } + } + select { + position: absolute !important; + bottom: 0; + left: 50%; + display: block !important; + width: 0.5px !important; + height: 100% !important; + padding: 0 !important; + opacity: 0 !important; + border: none; + &.mobile-device { + top: 0; + left: 0; + display: block !important; + width: 100% !important; + z-index: 2; + } + } + } +} + +.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle { + border-color: #b94a48; +} + +.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle { + border-color: #28a745; +} + +.bootstrap-select { + &.fit-width { + width: auto !important; + } + &:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { + width: 348px; + } + > select.mobile-device:focus + .dropdown-toggle, .dropdown-toggle:focus { + outline: thin dotted #333333 !important; + outline: 5px auto -webkit-focus-ring-color !important; + outline-offset: -2px; + } + &.form-control { + margin-bottom: 0; + padding: 0; + border: none; + } +} + +:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) { + width: 100%; +} + +.bootstrap-select { + &.form-control.input-group-btn { + z-index: auto; + &:not(:first-child):not(:last-child) > .btn { + border-radius: 0; + } + } + &:not(.input-group-btn), &[class*="col-"] { + float: none; + display: inline-block; + margin-left: 0; + } + &.dropdown-menu-right, &[class*="col-"].dropdown-menu-right { + float: right; + } +} + +.row .bootstrap-select[class*="col-"].dropdown-menu-right { + float: right; +} + +.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select { + margin-bottom: 0; +} + +.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control { + padding: 0; +} + +.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle { + height: 100%; + font-size: inherit; + line-height: inherit; + border-radius: inherit; +} + +.bootstrap-select { + &.form-control-sm .dropdown-toggle, &.form-control-lg .dropdown-toggle { + font-size: inherit; + line-height: inherit; + border-radius: inherit; + } + &.form-control-sm .dropdown-toggle { + padding: 0.25rem 0.5rem; + } + &.form-control-lg .dropdown-toggle { + padding: 0.5rem 1rem; + } +} + +.form-inline .bootstrap-select .form-control { + width: 100%; +} + +.bootstrap-select { + &.disabled { + cursor: not-allowed; + &:focus { + outline: none !important; + } + } + > .disabled { + cursor: not-allowed; + } + > .disabled:focus { + outline: none !important; + } + &.bs-container { + position: absolute; + top: 0; + left: 0; + height: 0 !important; + padding: 0 !important; + .dropdown-menu { + z-index: 1060; + } + } + .dropdown-toggle { + &:before { + content: ''; + display: inline-block; + } + .filter-option { + position: absolute; + top: 0; + left: 0; + padding-top: inherit; + padding-right: inherit; + padding-bottom: inherit; + padding-left: inherit; + height: 100%; + width: 100%; + text-align: left; + } + .filter-option-inner { + padding-right: inherit; + } + .filter-option-inner-inner { + overflow: hidden; + } + .caret { + position: absolute; + top: 50%; + right: 12px; + margin-top: -2px; + vertical-align: middle; + } + } +} + +.input-group .bootstrap-select.form-control .dropdown-toggle { + border-radius: inherit; +} + +.bootstrap-select { + &[class*="col-"] .dropdown-toggle { + width: 100%; + } + .dropdown-menu { + min-width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + > .inner:focus { + outline: none !important; + } + &.inner { + position: static; + float: none; + border: 0; + padding: 0; + margin: 0; + border-radius: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + li { + position: relative; + &.active small { + color: rgba(255, 255, 255, 0.5) !important; + } + &.disabled a { + cursor: not-allowed; + } + a { + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + &.opt { + position: relative; + padding-left: 2.25em; + } + span { + &.check-mark { + display: none; + } + &.text { + display: inline-block; + } + } + } + small { + padding-left: 0.5em; + } + } + .notify { + position: absolute; + bottom: 5px; + width: 96%; + margin: 0 2%; + min-height: 26px; + padding: 3px 5px; + background: #f5f5f5; + border: 1px solid #e3e3e3; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + pointer-events: none; + opacity: 0.9; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + } + } + .no-results { + padding: 3px; + background: #f5f5f5; + margin: 0 5px; + white-space: nowrap; + } + &.fit-width .dropdown-toggle { + .filter-option { + position: static; + display: inline; + padding: 0; + } + .filter-option-inner, .filter-option-inner-inner { + display: inline; + } + .caret { + position: static; + top: auto; + margin-top: -1px; + } + } + &.show-tick .dropdown-menu { + .selected span.check-mark { + position: absolute; + display: inline-block; + right: 15px; + top: 5px; + } + li a span.text { + margin-right: 34px; + } + } + .bs-ok-default:after { + content: ''; + display: block; + width: 0.5em; + height: 1em; + border-style: solid; + border-width: 0 0.26em 0.26em 0; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + } + &.show-menu-arrow { + &.open > .dropdown-toggle, &.show > .dropdown-toggle { + z-index: 1061; + } + .dropdown-toggle .filter-option { + &:before { + content: ''; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-bottom: 7px solid rgba(204, 204, 204, 0.2); + position: absolute; + bottom: -4px; + left: 9px; + display: none; + } + &:after { + content: ''; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-bottom: 6px solid white; + position: absolute; + bottom: -4px; + left: 10px; + display: none; + } + } + &.dropup .dropdown-toggle .filter-option { + &:before { + bottom: auto; + top: -4px; + border-top: 7px solid rgba(204, 204, 204, 0.2); + border-bottom: 0; + } + &:after { + bottom: auto; + top: -4px; + border-top: 6px solid white; + border-bottom: 0; + } + } + &.pull-right .dropdown-toggle .filter-option { + &:before { + right: 12px; + left: auto; + } + &:after { + right: 13px; + left: auto; + } + } + &.open > .dropdown-toggle .filter-option:before, &.show > .dropdown-toggle .filter-option:before, &.open > .dropdown-toggle .filter-option:after, &.show > .dropdown-toggle .filter-option:after { + display: block; + } + } +} + +.bs-searchbox, .bs-actionsbox, .bs-donebutton { + padding: 4px 8px; +} + +.bs-actionsbox { + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + .btn-group button { + width: 50%; + } +} + +.bs-donebutton { + float: left; + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + .btn-group button { + width: 100%; + } +} + +.bs-searchbox { + + .bs-actionsbox { + padding: 0 8px 4px; + } + .form-control { + margin-bottom: 0; + width: 100%; + float: none; + } +} + +/* OPNsense edit to fix https://github.com/opnsense/core/issues/2612 : + * Move checkmarks to left hand side of the dropdown. + */ + +.bootstrap-select { + .dropdown-menu > li > a { + padding: 3px 20px 3px 30px; + } + &.show-tick .dropdown-menu .selected span.check-mark { + left: 10px; + } +} + +/* End OPNsense edit to fix #2612. */ diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/bootstrap-select-1.13.3.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/bootstrap-select-1.13.3.css index a3640e699..db0488057 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/bootstrap-select-1.13.3.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/bootstrap-select-1.13.3.css @@ -51,7 +51,7 @@ select.selectpicker { .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active { - color: #ffffff: + color: #ffffff; } .bootstrap-select > select { position: absolute !important;