oblika --> hover btn
This commit is contained in:
parent
03c524691b
commit
d74a712fe2
@ -21017,6 +21017,9 @@ div.page_tema div.theme_list div.options div.button span.faicon {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
color: #1E88E5;
|
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 {
|
div.page_tema div.theme_list div.options div.button:hover {
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
@ -101,6 +101,7 @@ div.page_tema {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.button:first-of-type{
|
.button:first-of-type{
|
||||||
@ -143,6 +144,9 @@ div.page_tema {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
color: $blue;
|
color: $blue;
|
||||||
}
|
}
|
||||||
|
span.faicon:hover{
|
||||||
|
color: #0059AB;
|
||||||
|
}
|
||||||
|
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user