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
ce2588f5
Commit
ce2588f5
authored
Aug 29, 2019
by
Bryan BRANCOTTE
Browse files
minor fix in .btn-* :active:focus
parent
2f6dbbf5
Pipeline
#14071
passed with stage
in 27 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
ce2588f5
...
...
@@ -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
;
}
...
...
setup.py
View file @
ce2588f5
...
...
@@ -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'
,
...
...
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