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

Kai Reinhard
18.08.2019 157a78d393ea2cd3b8f1c4190e77d97095367990
Style of active tab is now bold.
1 files modified
4 ■■■■ changed files
borgbutler-webapp/src/css/my-style.css 4 ●●●● patch | view | raw | blame | history
borgbutler-webapp/src/css/my-style.css
@@ -175,6 +175,10 @@
    color: #47a7eb;
}
ul.nav-tabs a.active {
    font-weight: bold;
}
.tab-pane.active {
    padding: 20px;
}