-.btn-success {
- background-image: -webkit-linear-gradient(#78cc78, #62c462 60%, #53be53);
- background-image: -o-linear-gradient(#78cc78, #62c462 60%, #53be53);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#78cc78), color-stop(60%, #62c462), to(#53be53));
- background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
- background-repeat: no-repeat;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
- -webkit-filter: none;
- filter: none;
-}
-.btn-success:hover {
- background-image: -webkit-linear-gradient(#2f7d2f, #379337 40%, #3da23d);
- background-image: -o-linear-gradient(#2f7d2f, #379337 40%, #3da23d);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#2f7d2f), color-stop(40%, #379337), to(#3da23d));
- background-image: linear-gradient(#2f7d2f, #379337 40%, #3da23d);
- background-repeat: no-repeat;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3da23d', GradientType=0);
- -webkit-filter: none;
- filter: none;
-}
-.btn-info {
- background-image: -webkit-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
- background-image: -o-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#74cae3), color-stop(60%, #5bc0de), to(#4ab9db));
- background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
- background-repeat: no-repeat;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0);
- -webkit-filter: none;
- filter: none;
-}
-.btn-info:hover {
- background-image: -webkit-linear-gradient(#20829f, #2596b8 40%, #28a4c9);
- background-image: -o-linear-gradient(#20829f, #2596b8 40%, #28a4c9);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#20829f), color-stop(40%, #2596b8), to(#28a4c9));
- background-image: linear-gradient(#20829f, #2596b8 40%, #28a4c9);
- background-repeat: no-repeat;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff28a4c9', GradientType=0);
- -webkit-filter: none;
- filter: none;
-}
-.btn-warning {
- background-image: -webkit-linear-gradient(#faa123, #f89406 60%, #e48806);
- background-image: -o-linear-gradient(#faa123, #f89406 60%, #e48806);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#faa123), color-stop(60%, #f89406), to(#e48806));
- background-image: linear-gradient(#faa123, #f89406 60%, #e48806);
- background-repeat: no-repeat;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0);
- -webkit-filter: none;
- filter: none;
-}
-.btn-warning:hover {
- background-image: -webkit-linear-gradient(#804d03, #9e5f04 40%, #b26a04);
- background-image: -o-linear-gradient(#804d03, #9e5f04 40%, #b26a04);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#804d03), color-stop(40%, #9e5f04), to(#b26a04));
- background-image: linear-gradient(#804d03, #9e5f04 40%, #b26a04);
- background-repeat: no-repeat;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffb26a04', GradientType=0);
- -webkit-filter: none;
- filter: none;
-}
-.btn-danger {
- background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
- background-image: -o-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#f17a77), color-stop(60%, #ee5f5b), to(#ec4d49));
- background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
- background-repeat: no-repeat;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
- -webkit-filter: none;
- filter: none;
-}
-.btn-danger:hover {
- background-image: -webkit-linear-gradient(#bb1813, #d71c16 40%, #e7201a);
- background-image: -o-linear-gradient(#bb1813, #d71c16 40%, #e7201a);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#bb1813), color-stop(40%, #d71c16), to(#e7201a));
- background-image: linear-gradient(#bb1813, #d71c16 40%, #e7201a);
- background-repeat: no-repeat;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe7201a', GradientType=0);
- -webkit-filter: none;
- filter: none;
-}
-.btn-link,
-.btn-link:hover {
- border-color: transparent;
-}