forked from mirrors/amnezia-wg-easy
fix: icons & buttons view
* update the viewBox of svg elements * add cursor pointer when hover the restore button * rebuild the css
This commit is contained in:
parent
3dc83f9c25
commit
10d24fa04b
3 changed files with 49 additions and 64 deletions
|
@ -668,10 +668,6 @@ video {
|
|||
top: 1rem;
|
||||
}
|
||||
|
||||
.-z-\[1\] {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.z-0 {
|
||||
z-index: 0;
|
||||
}
|
||||
|
@ -1462,6 +1458,10 @@ video {
|
|||
border-bottom-width: 0px;
|
||||
}
|
||||
|
||||
.hover\:cursor-pointer:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.hover\:border-red-800:hover {
|
||||
--tw-border-opacity: 1;
|
||||
border-color: rgb(153 27 27 / var(--tw-border-opacity));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue