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;
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;
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment