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

@@ -47,6 +47,14 @@ h4 {
}
/*Buttons*/
.btn-transparent:hover {
color: #5db6ff;
}
.btn-transparent:focus{
color: #5db6ff;
}
.btn-default {
color: #DDDDDD;
background-color: #212121;

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;
}