Skip to content
Snippets Groups Projects
Commit 1620012c authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

bugfix with multiselect-container

parent 3ce03ad8
No related branches found
No related tags found
No related merge requests found
Pipeline #14149 passed
...@@ -352,6 +352,7 @@ color: #0275e3; ...@@ -352,6 +352,7 @@ color: #0275e3;
color: #989287; color: #989287;
background-color:white; background-color:white;
} }
.btn-secondary.dropdown-toggle+.dropdown-menu.multiselect-container,
.btn-outline-secondary.dropdown-toggle+.dropdown-menu{ .btn-outline-secondary.dropdown-toggle+.dropdown-menu{
color: #989287; color: #989287;
border-color: #989287; border-color: #989287;
...@@ -394,6 +395,7 @@ color: #0275e3; ...@@ -394,6 +395,7 @@ color: #0275e3;
color: #2d96fa; color: #2d96fa;
background-color:white; background-color:white;
} }
.btn-primary.dropdown-toggle+.dropdown-menu.multiselect-container,
.btn-outline-primary.dropdown-toggle+.dropdown-menu{ .btn-outline-primary.dropdown-toggle+.dropdown-menu{
color: #2d96fa; color: #2d96fa;
border-color: #2d96fa; border-color: #2d96fa;
......
...@@ -7,7 +7,7 @@ readme = open('README.rst').read() ...@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup( setup(
name='django-basetheme-bootstrap', name='django-basetheme-bootstrap',
version='0.2.5', version='0.2.6',
description='Django Basetheme Bootstrap', description='Django Basetheme Bootstrap',
long_description=readme, long_description=readme,
author='Bryan Brancotte', author='Bryan Brancotte',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment