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