From 1620012cd4796c1d2896e66c5fcfa4a01f0460e6 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Fri, 30 Aug 2019 12:53:41 +0200 Subject: [PATCH] bugfix with multiselect-container --- basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css index c14906f..9970ad8 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 bc718d9..2eeea07 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', -- GitLab