85 lines
1.2 KiB
CSS
85 lines
1.2 KiB
CSS
|
|
th a {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding: 3px 10px;
|
|
background: var(--theme-color-a);
|
|
color: #fff;
|
|
margin: 5px 0 0;
|
|
}
|
|
|
|
th a+a {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
#wrap {
|
|
height: 100%;
|
|
}
|
|
|
|
#container {
|
|
padding: 0 !important;
|
|
min-height: 100%;
|
|
}
|
|
|
|
#wrapper {
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#container section.addon_config {
|
|
display: flex;
|
|
height: 100%;
|
|
padding: 8px;
|
|
gap: 8px;
|
|
}
|
|
|
|
.addon_config>nav {
|
|
min-width: 200px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
border: 1px solid var(--theme-color-d);
|
|
border-radius: 4px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.addon_config>nav>* {
|
|
padding: 0 12px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
.addon_config>nav>a.selected {
|
|
background: var(--theme-color-a);
|
|
font-weight: bold;
|
|
}
|
|
|
|
.addon_config>nav>span {
|
|
background: var(--theme-color-d);
|
|
color: #FFF;
|
|
line-height: 48px;
|
|
}
|
|
|
|
.addon_config>section {
|
|
flex-grow: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
}
|
|
|
|
td a {
|
|
color: var(--theme-color-d);
|
|
}
|
|
|
|
.footer-copyright {
|
|
padding: 20px !important;
|
|
}
|
|
|
|
span.empty {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
min-height: 200px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #A0A0A0;
|
|
border: 1px solid #F0F0F0;
|
|
}
|