minor UI update
This commit is contained in:
parent
95a93c61db
commit
f79d26aa5d
@ -749,7 +749,7 @@ ul {
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
padding: 0.8rem 0;
|
||||
background-color: rgba(var(--foreground-color), 0.5);
|
||||
background-color: rgba(var(--foreground-color), 0.8);
|
||||
-webkit-backdrop-filter: blur(1rem);
|
||||
backdrop-filter: blur(1rem);
|
||||
}
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -704,7 +704,7 @@ ul {
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
padding: 0.8rem 0;
|
||||
background-color: rgba(var(--foreground-color), 0.5);
|
||||
background-color: rgba(var(--foreground-color), 0.8);
|
||||
backdrop-filter: blur(1rem);
|
||||
.icon {
|
||||
fill: var(--accent-color);
|
||||
|
||||
17
index.html
17
index.html
@ -491,15 +491,11 @@
|
||||
<li class="user-element hide">
|
||||
<a id="requests_page_button" href="#/requests" class="nav-item interact"
|
||||
title='View payment requests'>
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24"
|
||||
height="24px" viewBox="0 0 24 24" width="24px" fill="#000000">
|
||||
<g>
|
||||
<rect fill="none" height="24" width="24" />
|
||||
</g>
|
||||
<g>
|
||||
<path
|
||||
d="M20,2H4.01c-1.1,0-2,0.9-2,2L2,22l4-4h14c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M12,6c1.1,0,2,0.9,2,2s-0.9,2-2,2 s-2-0.9-2-2S10.9,6,12,6z M16,14H8v-0.57c0-0.81,0.48-1.53,1.22-1.85C10.07,11.21,11.01,11,12,11c0.99,0,1.93,0.21,2.78,0.58 C15.52,11.9,16,12.62,16,13.43V14z" />
|
||||
</g>
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24"
|
||||
width="24px" fill="#000000">
|
||||
<path d="M0 0h24v24H0z" fill="none" />
|
||||
<path
|
||||
d="M11 5v5.59H7.5l4.5 4.5 4.5-4.5H13V5h-2zm-5 9c0 3.31 2.69 6 6 6s6-2.69 6-6h-2c0 2.21-1.79 4-4 4s-4-1.79-4-4H6z" />
|
||||
</svg>
|
||||
<span class="nav-item__title">Requests</span>
|
||||
</a>
|
||||
@ -618,7 +614,8 @@
|
||||
</g>
|
||||
</svg>
|
||||
</sm-input>
|
||||
<sm-input id="token_transfer__remark" placeholder="Add a message" animate></sm-input>
|
||||
<sm-input id="token_transfer__remark" pattern="[A-Za-z]" error-text="Only text allowed"
|
||||
placeholder="Add a message" animate></sm-input>
|
||||
<div class="multi-state-button">
|
||||
<button id="token_transfer__button" class="button button--primary cta" onclick="executeUserAction()"
|
||||
type="submit">Send</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user