diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css index c14906fd691a02bf47824aeafde1ff4c67bc83ad..9970ad84b96cbd643c843a97635cbf36d6940fa3 100644 --- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css +++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css @@ -352,6 +352,7 @@ color: #0275e3; color: #989287; background-color:white; } +.btn-secondary.dropdown-toggle+.dropdown-menu.multiselect-container, .btn-outline-secondary.dropdown-toggle+.dropdown-menu{ color: #989287; border-color: #989287; @@ -394,6 +395,7 @@ color: #0275e3; color: #2d96fa; background-color:white; } +.btn-primary.dropdown-toggle+.dropdown-menu.multiselect-container, .btn-outline-primary.dropdown-toggle+.dropdown-menu{ color: #2d96fa; border-color: #2d96fa; diff --git a/setup.py b/setup.py index bc718d9b2ff3e48bd3bed77d70443eeb3a67a60f..2eeea07b248ab05ad2f4223f889577cb9fcf2074 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ readme = open('README.rst').read() setup( name='django-basetheme-bootstrap', - version='0.2.5', + version='0.2.6', description='Django Basetheme Bootstrap', long_description=readme, author='Bryan Brancotte',