v0.10.14h - Added tooltips to navbar

This commit is contained in:
2020-08-25 12:00:10 +02:00
parent f33b2bb45c
commit fa606bd89f
3 changed files with 96 additions and 102 deletions
+4 -4
View File
@@ -6667,7 +6667,7 @@ main {
background-color: #00788A;
}
.segment > h3 {
.segment > div > h3 {
margin-left: -1rem;
margin-top: 0;
width: calc(100% + 1rem);
@@ -6675,12 +6675,12 @@ main {
font-size: 1.15em;
}
.segment > h3 > a {
.segment > div > h3 > a {
padding: 1rem 2rem;
display: flex;
}
.segment > h3 > a > img {
.segment > div > h3 > a > img {
width: 1.5em;
}
@@ -6691,7 +6691,7 @@ main {
margin-bottom: .5rem;*/
}
.segment > h3:hover {
.segment > div > h3:hover {
background-color: rgba(0, 0, 0, 0.2);
}