summaryrefslogtreecommitdiff
path: root/mobile/dist/css/bootstrap-theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/dist/css/bootstrap-theme.css')
-rw-r--r--mobile/dist/css/bootstrap-theme.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/mobile/dist/css/bootstrap-theme.css b/mobile/dist/css/bootstrap-theme.css
index 4771132..a7c9539 100644
--- a/mobile/dist/css/bootstrap-theme.css
+++ b/mobile/dist/css/bootstrap-theme.css
@@ -62,26 +62,26 @@ fieldset[disabled] .btn-danger {
background-image: none;
}
.btn-default {
- background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
- background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
- background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
- background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
+ background-image: -webkit-linear-gradient(top, #635344 0%, #3f352b 100%);
+ background-image: -o-linear-gradient(top, #635344 0%, #3f352b 100%);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#635344), to(#3f352b));
+ background-image: linear-gradient(to bottom, #635344 0%, #3f352b 100%);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff635344', endColorstr='#ff3f352b', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
- border-color: #dbdbdb;
+ border-color: #393027;
text-shadow: 0 1px 0 #fff;
- border-color: #ccc;
+ border-color: #181410;
}
.btn-default:hover,
.btn-default:focus {
- background-color: #e0e0e0;
+ background-color: #3f352b;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
- background-color: #e0e0e0;
- border-color: #dbdbdb;
+ background-color: #3f352b;
+ border-color: #393027;
}
.btn-default.disabled,
.btn-default[disabled],
@@ -101,7 +101,7 @@ fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
- background-color: #e0e0e0;
+ background-color: #3f352b;
background-image: none;
}
.btn-primary {