aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-theme.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-08 17:30:11 -0700
committerMark Otto <[email protected]>2014-07-08 17:30:11 -0700
commit5e1adc10bb53696bbcbaab88024c5e0030da312e (patch)
tree9c098045d8e6adb4d023128e208899b06fabe989 /dist/css/bootstrap-theme.css
parent93a7421f2ce63e9185f5ba655a6f720c84ffa746 (diff)
downloadbootstrap-5e1adc10bb53696bbcbaab88024c5e0030da312e.tar.xz
bootstrap-5e1adc10bb53696bbcbaab88024c5e0030da312e.zip
Bring back button info
Diffstat (limited to 'dist/css/bootstrap-theme.css')
-rw-r--r--dist/css/bootstrap-theme.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/dist/css/bootstrap-theme.css b/dist/css/bootstrap-theme.css
index c623d07b2..8d52f43e2 100644
--- a/dist/css/bootstrap-theme.css
+++ b/dist/css/bootstrap-theme.css
@@ -82,6 +82,31 @@
background-color: #e0e0e0;
background-image: none;
}
+.btn-info {
+ background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
+ background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
+ background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+ background-repeat: repeat-x;
+ border-color: #28a4c9;
+}
+.btn-info:hover,
+.btn-info:focus {
+ background-color: #2aabd2;
+ background-position: 0 -15px;
+}
+.btn-info:active,
+.btn-info.active {
+ background-color: #2aabd2;
+ border-color: #28a4c9;
+}
+.btn-info:disabled,
+.btn-info[disabled] {
+ background-color: #2aabd2;
+ background-image: none;
+}
.btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);