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;
|
||||
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;
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user