jellyfin-web/dashboard-ui/components/dockedtabs/dockedtabs.css

52 lines
1.0 KiB
CSS
Raw Normal View History

2016-08-15 11:18:05 -07:00
.dockedtabs-tabs {
2016-08-14 21:36:17 -07:00
flex-grow: 1;
display: flex;
2016-08-15 11:18:05 -07:00
padding: .5em 0;
2016-08-14 21:36:17 -07:00
}
.dockedtabs-tab-button {
flex-grow: 1;
align-items: center;
justify-content: center;
text-transform: none !important;
font-size: 12px !important;
padding: 0 !important;
margin: 0 !important;
text-align: center;
2016-08-20 12:58:57 -07:00
border-color: transparent !important;
border-width: 0 !important;
2016-08-14 21:36:17 -07:00
}
2016-08-31 13:46:09 -07:00
.dockedtabs-tab-button:not(.hide) {
display: flex !important;
}
.dockedtabs-tab-button-noflex:not(.hide) {
display: block !important;
}
2016-08-14 21:36:17 -07:00
.dockedtabs-tab-button, .dockedtabs-tab-button-foreground {
font-weight: normal !important;
}
.dockedtabs-tab-button-icon {
margin-bottom: .25em;
font-size: 20px;
}
2016-08-31 12:17:11 -07:00
.dockedtabs-dlg {
font-size: inherit !important;
background-color: #222 !important;
color: #eee;
}
.dockedtabs-dlg-menuitem:hover {
background-color: #333 !important;
}
@media all and (max-width: 800px) {
.dockedtab-midsize {
display: none !important;
}
2016-08-31 13:46:09 -07:00
}