mirror of https://github.com/docker/docs.git
Merge pull request #629 from kitematic/create-container-button
Fixed create container button.
This commit is contained in:
commit
a653ddcb86
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue