mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 07:29:54 +03:00
feat(theme): add support for dialogs
This commit is contained in:
parent
367ca0380c
commit
9b5b935637
10 changed files with 27 additions and 19 deletions
|
@ -24,9 +24,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
<material-button
|
||||
onClick="{ remove(url) }"
|
||||
url="{ url }"
|
||||
waves-color="rgba(158,158,158,.4)"
|
||||
text-color="var(--neutral-text)"
|
||||
color="inherit"
|
||||
waves-color="var(--hover-background)"
|
||||
waves-center="true"
|
||||
inverted
|
||||
icon
|
||||
>
|
||||
<i class="material-icons">delete</i>
|
||||
|
@ -37,7 +38,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
</ul>
|
||||
</div>
|
||||
<div class="material-popup-action">
|
||||
<material-button class="dialog-button" waves-color="rgba(158,158,158,.4)" onClick="{ props.onClose }" color="#000" inverted>
|
||||
<material-button class="dialog-button" waves-color="rgba(158,158,158,.4)" onClick="{ props.onClose }" color="inherit" text-color="var(--primary-text)">
|
||||
Close
|
||||
</material-button>
|
||||
</div>
|
||||
|
@ -59,9 +60,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
:host material-popup .popup material-button {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
:host material-popup .popup material-button .content i.material-icons {
|
||||
color: #777;
|
||||
}
|
||||
</style>
|
||||
</remove-registry-url>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue