Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nk20
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BDE
nk20
Commits
e8dcf295
Commit
e8dcf295
authored
4 years ago
by
me5na7qbjqbrp
Browse files
Options
Downloads
Patches
Plain Diff
Make outline button have a background
parent
5642c268
No related branches found
No related tags found
2 merge requests
!104
Beta
,
!101
Front erdnaxe
Pipeline
#8537
passed with stages
in 5 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/note/templates/note/transaction_form.html
+1
-1
1 addition, 1 deletion
apps/note/templates/note/transaction_form.html
note_kfet/static/css/custom.css
+22
-4
22 additions, 4 deletions
note_kfet/static/css/custom.css
with
23 additions
and
5 deletions
apps/note/templates/note/transaction_form.html
+
1
−
1
View file @
e8dcf295
...
...
@@ -9,7 +9,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
{# bandeau transfert/crédit/débit/activité #}
<div
class=
"row"
>
<div
class=
"col-xl-12"
>
<div
class=
"btn-group btn-group-toggle b
g-light"
style=
"width: 100%
"
data-toggle=
"buttons"
>
<div
class=
"btn-group btn-group-toggle b
tn-block
"
data-toggle=
"buttons"
>
<label
for=
"type_transfer"
class=
"btn btn-sm btn-outline-primary active"
>
<input
type=
"radio"
name=
"transaction_type"
id=
"type_transfer"
>
{% trans "Transfer" %}
...
...
This diff is collapsed.
Click to expand it.
note_kfet/static/css/custom.css
+
22
−
4
View file @
e8dcf295
...
...
@@ -5,18 +5,20 @@
/* Opaque tooltip with white background */
.tooltip.show
{
opacity
:
1
;
opacity
:
1
;
}
.tooltip-inner
{
background-color
:
#fff
;
box-shadow
:
0
.5rem
1rem
rgba
(
0
,
0
,
0
,
.15
);
border
:
1px
solid
rgba
(
0
,
0
,
0
,
.250
);
box-shadow
:
0
.5rem
1rem
rgba
(
0
,
0
,
0
,
.15
);
border
:
1px
solid
rgba
(
0
,
0
,
0
,
.250
);
color
:
#000
;
margin
:
0
.5rem
.25rem
.5rem
;
padding
:
0
;
}
.bs-tooltip-bottom
.arrow
::before
{
border-bottom-color
:
rgba
(
0
,
0
,
0
,
.250
);
border-bottom-color
:
rgba
(
0
,
0
,
0
,
.250
);
}
/* Limit fluid container to a max size */
...
...
@@ -48,10 +50,26 @@ select.language {
.bg-primary
{
background-color
:
rgb
(
0
,
119
,
139
)
!important
;
}
html
{
scrollbar-color
:
rgba
(
121
,
121
,
123
,
1
)
rgba
(
35
,
35
,
39
,
1
);
}
body
{
background-color
:
rgba
(
64
,
64
,
64
,
1
);
background-image
:
url(../img/background-texture.png)
;
}
.btn-outline-primary
:hover
,
.btn-outline-primary
:not
(
:disabled
)
:not
(
.disabled
)
.active
,
.btn-outline-primary
:not
(
:disabled
)
:not
(
.disabled
)
:active
{
color
:
#fff
;
background-color
:
rgb
(
0
,
119
,
139
);
border-color
:
rgb
(
0
,
119
,
139
);
}
.btn-outline-primary
{
color
:
rgb
(
0
,
119
,
139
);
background-color
:
rgba
(
248
,
249
,
250
,
0.9
);
border-color
:
rgb
(
0
,
119
,
139
);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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