summaryrefslogtreecommitdiff
path: root/simplex/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'simplex/bootstrap.css')
-rw-r--r--simplex/bootstrap.css52
1 files changed, 38 insertions, 14 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css
index 7e85ea39..3b3962e0 100644
--- a/simplex/bootstrap.css
+++ b/simplex/bootstrap.css
@@ -3479,6 +3479,21 @@ a.thumbnail:hover {
font-weight: 200;
line-height: 27px;
}
+.pull-right {
+ float: right;
+}
+.pull-left {
+ float: left;
+}
+.hide {
+ display: none;
+}
+.show {
+ display: block;
+}
+.invisible {
+ visibility: hidden;
+}
h1,
h2,
h3,
@@ -3656,21 +3671,30 @@ h6 {
.btn-info:active, .btn-info.active {
background-color: #31b0d5 \9;
}
-i[class^="icon-"] {
- opacity: 0.6;
-}
-.pull-right {
- float: right;
-}
-.pull-left {
- float: left;
+.btn-inverse {
+ background-color: #a54ca9;
+ background-image: -moz-linear-gradient(top, #ac4fb0, #9b479f);
+ background-image: -ms-linear-gradient(top, #ac4fb0, #9b479f);
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ac4fb0), to(#9b479f));
+ background-image: -webkit-linear-gradient(top, #ac4fb0, #9b479f);
+ background-image: -o-linear-gradient(top, #ac4fb0, #9b479f);
+ background-image: linear-gradient(top, #ac4fb0, #9b479f);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac4fb0', endColorstr='#9b479f', GradientType=0);
+ border-color: #9b479f #9b479f #672f6a;
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
-.hide {
- display: none;
+.btn-inverse:hover,
+.btn-inverse:active,
+.btn-inverse.active,
+.btn-inverse.disabled,
+.btn-inverse[disabled] {
+ background-color: #9b479f;
}
-.show {
- display: block;
+.btn-inverse:active, .btn-inverse.active {
+ background-color: #79377c \9;
}
-.invisible {
- visibility: hidden;
+i[class^="icon-"] {
+ opacity: 0.6;
}