mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Merge branch 'andriijas-2.0.1-wip' into 2.0.2-wip
Conflicts: docs/assets/bootstrap.zip
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@
|
||||
}
|
||||
// Inverse appears as dark gray
|
||||
.btn-inverse {
|
||||
.buttonBackground(#454545, #262626);
|
||||
.buttonBackground(@gray, @grayDarker);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -30,3 +30,6 @@
|
||||
|
||||
.label-info { background-color: @infoText; }
|
||||
.label-info:hover { background-color: darken(@infoText, 10%); }
|
||||
|
||||
.label-inverse { background-color: @grayDark; }
|
||||
.label-inverse:hover { background-color: darken(@grayDark, 10%); }
|
||||
Reference in New Issue
Block a user