|
@@ -170,7 +170,7 @@ a {
|
|
display: none;
|
|
display: none;
|
|
align-items: center;
|
|
align-items: center;
|
|
color: white;
|
|
color: white;
|
|
- font-weight: bold;
|
|
|
|
|
|
+ font-weight: 500;
|
|
width: calc(100% - 168px);
|
|
width: calc(100% - 168px);
|
|
bottom: 12px;
|
|
bottom: 12px;
|
|
min-height: 30px;
|
|
min-height: 30px;
|
|
@@ -189,7 +189,6 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
#animationBar #dropdownContent {
|
|
#animationBar #dropdownContent {
|
|
- padding: 10px;
|
|
|
|
background-color: #3B789A;
|
|
background-color: #3B789A;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -222,12 +221,17 @@ a {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
- padding: 5px;
|
|
|
|
|
|
+ padding: 5px 15px 5px 15px;
|
|
}
|
|
}
|
|
#dropdownLabel {
|
|
#dropdownLabel {
|
|
cursor: default;
|
|
cursor: default;
|
|
width: 100px;
|
|
width: 100px;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+#dropdownLabel:hover {
|
|
|
|
+ cursor: pointer;
|
|
|
|
+}
|
|
|
|
+
|
|
#dropdownContent a {
|
|
#dropdownContent a {
|
|
max-width: 1000px;
|
|
max-width: 1000px;
|
|
transition: color 0.5s;
|
|
transition: color 0.5s;
|
|
@@ -239,10 +243,9 @@ a {
|
|
#dropdownContent {
|
|
#dropdownContent {
|
|
display: none;
|
|
display: none;
|
|
position: absolute;
|
|
position: absolute;
|
|
- bottom: 100%;
|
|
|
|
- left: -10px;
|
|
|
|
|
|
+ bottom: 44px;
|
|
|
|
+ border-bottom: 1px solid white;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
- border-radius: 5px 5px 0px 0px;
|
|
|
|
min-width: 135px;
|
|
min-width: 135px;
|
|
}
|
|
}
|
|
|
|
|