mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
fix other instances of mixins, swap use of box-shadow everywhere, include border-radius and transition
This commit is contained in:
+4
-4
@@ -21,8 +21,8 @@
|
||||
border: 1px solid @btnBorder;
|
||||
border-bottom-color: darken(@btnBorder, 10%);
|
||||
.border-radius(4px);
|
||||
@shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
||||
.box-shadow(@shadow);
|
||||
.box-shadow(inset 0 1px 0 rgba(255,255,255,.2),
|
||||
0 1px 2px rgba(0,0,0,.05));
|
||||
cursor: pointer;
|
||||
|
||||
// Give IE7 some love
|
||||
@@ -50,8 +50,8 @@
|
||||
.btn.active,
|
||||
.btn:active {
|
||||
background-image: none;
|
||||
@shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
||||
.box-shadow(@shadow);
|
||||
.box-shadow(inset 0 2px 4px rgba(0,0,0,.15),
|
||||
0 1px 2px rgba(0,0,0,.05));
|
||||
background-color: darken(@white, 10%);
|
||||
background-color: darken(@white, 15%) e("\9");
|
||||
outline: 0;
|
||||
|
||||
Reference in New Issue
Block a user