diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css index 0f1e12759ee7785f86035cbc0a07f97ee5ddc6de..1ff59b39fc7526393042083e61c8febe40451b45 100644 --- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css +++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css @@ -281,10 +281,12 @@ color: #0275e3; .show>.btn-primary.dropdown-toggle, .btn-outline-primary:hover , .btn-primary:hover, +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:active , .btn-primary:active, .btn-outline-primary:focus , .btn-primary:focus { + color: #fff; background-color: #0275e3; border-color: #0275e3; } @@ -292,10 +294,12 @@ color: #0275e3; .show>.btn-secondary.dropdown-toggle, .btn-outline-secondary:hover, .btn-secondary:hover, +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:active, .btn-secondary:active, .btn-outline-secondary:focus, .btn-secondary:focus { + color: #fff; background-color: #81796a; border-color: #81796a; } diff --git a/setup.py b/setup.py index de1c40ca7aee1ea921197e9cfba091dfb0c7ad6c..afd62ccd6514c50fe7b6310c9f5b0fe2e4325240 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ readme = open('README.rst').read() setup( name='django-basetheme-bootstrap', - version='0.2.2', + version='0.2.3', description='Django Basetheme Bootstrap', long_description=readme, author='Bryan Brancotte',