mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge pull request #1160 from rcarteraz/update-tabs-css
Update Tabs CSS
This commit is contained in:
commit
eccf133deb
|
@ -241,3 +241,24 @@ td {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabs {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabs__item {
|
||||||
|
border-bottom-color: var(--ifm-tabs-color-inactive-border);
|
||||||
|
border-radius: 0;
|
||||||
|
margin-right: 4px;
|
||||||
|
padding-left: 12px;
|
||||||
|
padding-right: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabs__item--active {
|
||||||
|
border-bottom-color: var(--ifm-tabs-color-active-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabs__item:hover {
|
||||||
|
background-color: var(--ifm-hover-overlay);
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue