oblika --> hover btn

This commit is contained in:
Nejc Kovač 2022-08-17 12:40:58 +02:00
parent 03c524691b
commit d74a712fe2
2 changed files with 7 additions and 0 deletions

View File

@ -21017,6 +21017,9 @@ div.page_tema div.theme_list div.options div.button span.faicon {
margin-right: 10px;
color: #1E88E5;
}
div.page_tema div.theme_list div.options div.button span.faicon:hover {
color: #0059AB;
}
div.page_tema div.theme_list div.options div.button:hover {
background-color: #f2f2f2;
}

View File

@ -101,6 +101,7 @@ div.page_tema {
vertical-align: middle;
width: 14px;
height: 14px;
}
}
.button:first-of-type{
@ -143,6 +144,9 @@ div.page_tema {
margin-right: 10px;
color: $blue;
}
span.faicon:hover{
color: #0059AB;
}
transition: 0.2s;
&:hover {