team setting and postgres constraint

This commit is contained in:
ntr
2019-07-29 00:11:46 +10:00
parent 9fdda7c52c
commit 8cd0f1af36
10 changed files with 121 additions and 75 deletions
+3 -3
View File
@@ -102,7 +102,7 @@ nav h2 {
nav hr {
margin: 1em 0;
border-color: whitesmoke;
border-color: #444;
}
nav button {
@@ -120,12 +120,12 @@ nav button.active {
}
nav button[disabled], nav button[disabled]:hover {
color: #333333;
color: #333;
text-decoration: none;
}
nav button:hover {
color: #888;
color: whitesmoke;
text-decoration: underline;
}