mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
fix: transparent btn dark mode :hover :focus
This commit is contained in:
commit
4be47fd222
@ -47,6 +47,14 @@ h4 {
|
||||
}
|
||||
|
||||
/*Buttons*/
|
||||
.btn-transparent:hover {
|
||||
color: #5db6ff;
|
||||
}
|
||||
|
||||
.btn-transparent:focus{
|
||||
color: #5db6ff;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
color: #DDDDDD;
|
||||
background-color: #212121;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -178,7 +178,7 @@
|
||||
<a>
|
||||
<div>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user