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

54 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-09-04 08:01:31 -07:00
/* Override size from librarymenu */
font-size: inherit;
2016-08-14 21:36:17 -07:00
}
.dockedtabs-tab-button {
flex-grow: 1;
align-items: center;
justify-content: center;
text-transform: none !important;
2016-09-01 18:54:30 -07:00
font-size: 12.4px !important;
2016-08-14 21:36:17 -07:00
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-09-01 09:36:11 -07:00
.dockedtabs-tab-button {
display: flex;
}
2016-08-31 13:46:09 -07:00
2016-09-01 09:36:11 -07:00
.dockedtabs-tab-button-noflex {
display: block;
2016-08-31 13:46:09 -07:00
}
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
}