Commit a2a801c0 authored by Jorgen's avatar Jorgen

Fix language thumb styles

parent ff248c2e
.lang-switcher { .lang-switcher {
display: inline-block; display: inline-block !important;
} }
.lang-thumb { .lang-thumb {
cursor: pointer;
display: inline-block !important; display: inline-block !important;
margin: 0; margin: 0;
} }
.lang-thumb.active { .lang-thumb.active {
background: #5cb85c; background: #5cb85c !important;
} }
.lang-thumb:hover:not(.active) { .lang-thumb:hover:not(.active) {
background: rgba(92, 184, 92, 0.59); background: rgba(92, 184, 92, 0.59) !important;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment