mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
20 lines
400 B
CSS
20 lines
400 B
CSS
.bk-window.dialog-updater .bk-content {
|
|
bottom: 0;
|
|
}
|
|
.bk-window.dialog-updater .bk-win-footer {
|
|
display: none;
|
|
}
|
|
.serviceButton {
|
|
cursor: default;
|
|
}
|
|
.serviceButton:hover, .serviceButtonActive {
|
|
color: @preferences-intro-link-color;
|
|
text-decoration : underline;
|
|
}
|
|
.tree-row.load-error {
|
|
color: #f99145;
|
|
}
|
|
h1.pluginManagerHeader:after {
|
|
background: none;
|
|
content: "-";
|
|
} |