mirror of https://github.com/micromata/borgbackup-butler.git

Fin Reinhard
22.51.2019 1c087fae322a1b07bb7bd554ee10ff473c47c727
borgbutler-webapp/src/css/my-style.css
@@ -2,6 +2,19 @@
    color: #50555f;
}
.hidden {
    display: none;
}
.command-line {
    font-family: monospace;
    white-space: pre;
    border-style: solid;
    background-color: black;
    color: white;
    padding-left: 5pt;
}
a:hover {
    color: #47a7eb;
}
@@ -175,6 +188,10 @@
    color: #47a7eb;
}
ul.nav-tabs a.active {
    font-weight: bold;
}
.tab-pane.active {
    padding: 20px;
}