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 -8
View File
@@ -13,7 +13,7 @@ div.w-85 {
background-color: #00788A;
}
.segment > h3 {
.segment > div > h3 {
margin-left: -1rem;
margin-top: 0;
width: calc(100% + 1rem);
@@ -21,12 +21,12 @@ div.w-85 {
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;
}
@@ -37,7 +37,7 @@ div.w-85 {
margin-bottom: .5rem;*/
}
.segment > h3:hover {
.segment > div > h3:hover {
background-color: rgba(0,0,0, 0.2);
}
@@ -46,10 +46,6 @@ div.w-85 {
padding-right: 8px;
}
.segment > div > a {
}
.btn-inline {
display: inline-flex;
align-items: center;