Un peu de style

This commit is contained in:
Sébastien André
2020-03-03 15:08:30 +01:00
parent 3ac1e67c74
commit e6f0edebf5
2 changed files with 15 additions and 8 deletions

View File

@@ -3,8 +3,13 @@
}
.labelTab {
margin: 5px;
padding: 5px;
cursor: pointer;
text-decoration: underline;
font-weight: bold;
background-color: lightgray;
}
.labelTab.selected {
background-color: gray !important;
}