T138 Advance tab has been disabled

This commit is contained in:
gmod11
2021-01-08 16:53:21 +01:00
parent d64acde129
commit ae9dcd5c5d
4 changed files with 22 additions and 15 deletions

View File

@@ -205,6 +205,17 @@ button{
border-radius: 2px;
}
disabled-button{
padding: 5px 14px;
border-width: 1px;
border-style: solid;
background: darkgrey;
color: #fff;
font-family: Arial, sans-serif;
font-size: 1em;
border-radius: 2px;
}
label { display: block;
}
.hint { display: none; color: gray; font-style: italic; float:right;}