You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
opt: uninstall button
This commit is contained in:
@@ -73,17 +73,20 @@ body {
|
||||
|
||||
.footer {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
max-width: 1100px;
|
||||
justify-content: center;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
|
||||
.uninstall-container {
|
||||
padding: 12px;
|
||||
width: calc(100% - 30px);
|
||||
max-width: 900px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 12px;
|
||||
background-color: #CE0000;
|
||||
border: 3px solid #FF3636;
|
||||
background-color: #F5F5F5;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
@@ -96,7 +99,7 @@ body {
|
||||
.uninstall-container span {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
color: #FF3636;
|
||||
}
|
||||
|
||||
.uninstall-container.hidden-uninstall {
|
||||
@@ -266,6 +269,10 @@ body {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.uninstall-container {
|
||||
background-color: #121212;
|
||||
}
|
||||
|
||||
.file-selector {
|
||||
background-color: #343434;
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user