Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
1620012c
Commit
1620012c
authored
Aug 30, 2019
by
Bryan BRANCOTTE
Browse files
bugfix with multiselect-container
parent
3ce03ad8
Pipeline
#14149
passed with stage
in 28 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
1620012c
...
...
@@ -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
;
...
...
setup.py
View file @
1620012c
...
...
@@ -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'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment