fix: transparent btn dark mode :hover :focus

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

View File

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

View File

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

View File

@ -178,7 +178,7 @@
<a> <a>
<div> <div>
<i class="fa fa-globe"></i> <i class="fa fa-globe"></i>
<select id="language-select" class="selectpicker" data-width="fit" data-style="btn-lang-select" > </select> <select id="language-select" class="selectpicker" data-width="fit" data-style="btn-transparent" > </select>
</div> </div>
</a> </a>
</li> </li>