v0.10.14h - Added tooltips to navbar
This commit is contained in:
Vendored
+4
-4
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user