add active class to css for buttons, write new spec for button, "use strict"
This commit is contained in:
parent
e8b66a9626
commit
ea50e8aeee
13 changed files with 109 additions and 34 deletions
2
bootstrap.css
vendored
2
bootstrap.css
vendored
|
|
@ -1917,7 +1917,7 @@ footer {
|
|||
border-color: #0064cd #0064cd #003f81;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.btn:active {
|
||||
.btn:active, .btn.active {
|
||||
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue