1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Slightly darken buttons when clicked

This commit is contained in:
Toby Zerner
2015-07-18 13:06:53 +09:30
parent 9ca4feb6e8
commit 5085c09c30

View File

@@ -94,11 +94,14 @@
&:hover,
&:focus,
&.focus,
&.focus {
background-color: darken(fadein(@background, 5%), 5%);
}
&:active,
&.active,
.open > .Dropdown-toggle& {
background-color: darken(fadein(@background, 5%), 5%);
background-color: darken(fadein(@background, 10%), 10%);
}
&.disabled,