fix: transparent btn dark mode :hover :focus

This commit is contained in:
brindosch
2020-06-04 11:55:45 +02:00
3 changed files with 14 additions and 5 deletions

View File

@@ -168,7 +168,8 @@ table label{margin:0}
border-color: #602060;
}
.btn-lang-select {
/*minimal visible button*/
.btn-transparent {
background-color: transparent;
border-style: none;
}