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
f487292a
Commit
f487292a
authored
Apr 21, 2020
by
Bryan BRANCOTTE
Browse files
fix border radius for .input-group-btn
parent
2b7a0284
Pipeline
#28796
passed with stage
in 1 minute and 11 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
f487292a
...
...
@@ -735,7 +735,15 @@ border-color: #dc3545;
}
/*****************
******************/
.input-group
>
.input-group-append
:last-child
>
.btn
:not
(
:last-child
)
:not
(
.dropdown-toggle
),
.input-group
>
.input-group-append
:last-child
>
.input-group-text
:not
(
:last-child
),
.input-group
>
.input-group-append
:not
(
:last-child
)>
.btn
,
.input-group
>
.input-group-append
:not
(
:last-child
)>
.input-group-text
,
.input-group
>
.input-group-prepend
>
.btn
,
.input-group
>
.input-group-prepend
>
.input-group-text
{
.input-group
>
.input-group-append
:last-child
>
.btn
:not
(
:last-child
)
:not
(
.dropdown-toggle
),
.input-group
>
.input-group-append
:last-child
>
.input-group-text
:not
(
:last-child
),
.input-group
>
.input-group-append
:not
(
:last-child
)>
.btn
,
.input-group
>
.input-group-append
:not
(
:last-child
)>
.input-group-text
,
.input-group
>
.input-group-prepend
>
.btn
,
.input-group
>
.input-group-prepend
>
.input-group-text
,
.input-group
>
.input-group-prepend
>
.input-group-btn
,
.input-group
>
.input-group-append
>
.input-group-text
,
.input-group
>
.input-group-append
>
.input-group-btn
{
border-radius
:
0
;
}
.fork_me
{
...
...
setup.py
View file @
f487292a
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.3
4
'
,
version
=
'0.2.3
5
'
,
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