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
fix missing animation
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
flex-direction: column;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
background-color: #fff;
|
||||
background-color: white;
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
||||
z-index: 1800;
|
||||
border: 1px solid #ccc;
|
||||
@@ -88,14 +88,13 @@
|
||||
.language-option {
|
||||
padding: 8px 5px;
|
||||
text-align: left;
|
||||
background: none;
|
||||
color: #333;
|
||||
background-color: white;
|
||||
border: none;
|
||||
font-size: 16px;
|
||||
color: #333;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
border-bottom: 1px solid #ccc;
|
||||
transition: background-color 0.2s ease;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
@@ -210,7 +209,6 @@
|
||||
background-color: #121212;
|
||||
}
|
||||
|
||||
.language-option,
|
||||
.help-button {
|
||||
color: #fff;
|
||||
}
|
||||
@@ -218,8 +216,10 @@
|
||||
.language-icon {
|
||||
fill: #eee;
|
||||
}
|
||||
|
||||
|
||||
.language-option,
|
||||
.help-menu {
|
||||
color: #eee;
|
||||
background-color: #343434;
|
||||
}
|
||||
|
||||
|
||||
@@ -134,6 +134,7 @@
|
||||
cursor: default;
|
||||
padding: 12px 4px;
|
||||
text-align: left;
|
||||
background-color: white;
|
||||
border-bottom: 1px solid #ccc;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
@@ -179,10 +180,7 @@
|
||||
}
|
||||
|
||||
.menu-options li {
|
||||
background-color: #343434;
|
||||
border-bottom: 1px solid #6E6E6E;
|
||||
}
|
||||
|
||||
.menu-options li:active {
|
||||
background-color: #616161;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user