Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-basetheme-bootstrap
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
ff3e6ee1
Commit
ff3e6ee1
authored
1 year ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
+22
-0
22 additions, 0 deletions
...eme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
23 additions
and
1 deletion
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
+
22
−
0
View file @
ff3e6ee1
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
ff3e6ee1
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment