connessione con hardware in assets
This commit is contained in:
@@ -18,6 +18,38 @@
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.plugin-urbackup-inner-tabs .nav-tabs {
|
||||
display: flex !important;
|
||||
flex-direction: row !important;
|
||||
flex-wrap: nowrap !important;
|
||||
overflow-x: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plugin-urbackup-inner-tabs .nav-item {
|
||||
display: inline-flex !important;
|
||||
flex: 0 0 auto !important;
|
||||
width: auto !important;
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
.plugin-urbackup-inner-tabs .nav-link {
|
||||
flex: 0 0 auto !important;
|
||||
flex-grow: 0 !important;
|
||||
flex-shrink: 0 !important;
|
||||
flex-basis: auto !important;
|
||||
width: auto !important;
|
||||
max-width: none !important;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@media (max-width: 575.98px) {
|
||||
.plugin-urbackup-inner-tabs .nav-tabs {
|
||||
flex-wrap: wrap !important;
|
||||
overflow-x: visible;
|
||||
}
|
||||
}
|
||||
|
||||
#urbackupTabs .nav-link#state-tab {
|
||||
color: #fff;
|
||||
background-color: #4a4a4a;
|
||||
|
||||
Reference in New Issue
Block a user