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

add btn-success

parent 0b8d7d60
No related branches found
No related tags found
No related merge requests found
Pipeline #100755 passed with stage
in 1 minute and 43 seconds
......@@ -644,6 +644,28 @@ main a {
border-color: #989287;
background-color:white;
}
.show>.btn-success.dropdown-toggle,
.btn-outline-success:hover,
.btn-success:hover,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:active,
.btn-success:active,
.btn-outline-success:focus,
.btn-success:focus {
color: #fff;
background-color: #23953d;
border-color: #23953d;
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success {
color: #28a745;
border-color: #28a745;
background-color:white;
}
.dropdown-menu {
border-radius:0;
......
......@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup(
name='django-basetheme-bootstrap',
version='1.1',
version='1.2',
description='Django Basetheme Bootstrap',
long_description=readme,
author='Bryan Brancotte',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment