Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
4345de40
Commit
4345de40
authored
Jun 30, 2017
by
dev0tion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix modal backgrounds
parent
620fc9f9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
5 deletions
+13
-5
receive.component.html
Breeze.UI/src/app/wallet/receive/receive.component.html
+1
-1
send.component.html
Breeze.UI/src/app/wallet/send/send.component.html
+4
-2
transaction-details.component.html
...et/transaction-details/transaction-details.component.html
+2
-2
styles.css
Breeze.UI/src/styles.css
+6
-0
No files found.
Breeze.UI/src/app/wallet/receive/receive.component.html
View file @
4345de40
<div
id=
"modalReceive"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"modal_receive"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div>
<div
class=
"modal-header"
>
<div
class=
"bubble"
><i
class=
"icon-download"
></i></div>
</div>
...
...
Breeze.UI/src/app/wallet/send/send.component.html
View file @
4345de40
<div
id=
"modalSend"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"modal_send"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div>
<div
class=
"modal-header"
>
<div
class=
"bubble"
><i
class=
"icon-upload"
></i></div>
</div>
...
...
@@ -50,9 +50,11 @@
</form>
<!-- /form-->
</div>
<div
class=
"row d-flex justify-content-center"
>
<a><button
type=
"button"
class=
"btn btn-link col-12"
(
click
)="
activeModal
.
close
('
Close
click
')"
>
Cancel
</button></a>
</div>
<div
class=
"modal-footer"
>
<button
type=
"submit"
class=
"btn btn-lg btn-primary"
[
disabled
]="!
sendForm
.
valid
"
(
click
)="
send
()"
>
Send
</button>
<button
type=
"button"
class=
"btn btn-lg btn-primary"
(
click
)="
activeModal
.
close
('
Close
click
')"
>
Close
</button>
</div>
</div>
</div>
...
...
Breeze.UI/src/app/wallet/transaction-details/transaction-details.component.html
View file @
4345de40
<div
id=
"modalDetail"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"modal_detail"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div>
<div
class=
"modal-header"
>
<div
class=
"bubble"
><i
class=
"icon-
settings
"
></i></div>
<div
class=
"bubble"
><i
class=
"icon-
block
"
></i></div>
</div>
<div
class=
"modal-body"
>
<h5
class=
"modal-title text-uppercase"
id=
"modalDetail"
>
Transaction Details
</h5>
...
...
Breeze.UI/src/styles.css
View file @
4345de40
...
...
@@ -132,6 +132,10 @@ code {
.badge.badge-success
{
color
:
#2ECCA9
;
}
i
.icon-earth
{
font-size
:
1.3em
;
}
.status
{
position
:
fixed
;
bottom
:
2%
;
...
...
@@ -7506,6 +7510,8 @@ a.text-gray-dark:focus, a.text-gray-dark:hover {
background-image
:
none
;
border-color
:
#e17f0a
;
}
#content
.bitcoin
a
.btn-link
{
color
:
#D0BF90
!important
;}
#content
.bitcoin
.navbar
.nav-item
.nav-link
{
color
:
#878685
;
}
#content
.bitcoin
.navbar
.nav-item
.nav-link
:hover
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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