Merge pull request #629 from kitematic/create-container-button

Fixed create container button.
This commit is contained in:
Li Shang 2015-06-12 12:03:44 -07:00
commit a653ddcb86
1 changed files with 6 additions and 0 deletions

View File

@ -405,6 +405,12 @@
color: white;
border: 1px solid darken(@brand-primary, 10%);
}
&:active {
box-shadow: 0 0 15px fade(@brand-action, 25%);
background-color: darken(@brand-action, 5%);
border: 1px solid darken(@brand-primary, 10%);
color: white;
}
}
}
}