summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index fe95cd47..1e255597 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -2561,7 +2561,7 @@ output {
color: #272b30;
background-color: #ffffff;
background-image: none;
- border: 1px solid #cccccc;
+ border: 1px solid #000000;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
@@ -3909,7 +3909,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
color: #272b30;
text-align: center;
background-color: #999999;
- border: 1px solid #cccccc;
+ border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 4px;
}
.input-group-addon.input-sm {
@@ -7013,8 +7013,8 @@ textarea {
border-color: #f89406;
}
.has-warning .input-group-addon {
- background-color: #272b30;
- border: none;
+ background-color: #3a3f44;
+ border-color: rgba(0, 0, 0, 0.6);
}
.has-error .help-block,
.has-error .control-label,
@@ -7034,8 +7034,8 @@ textarea {
border-color: #ee5f5b;
}
.has-error .input-group-addon {
- background-color: #272b30;
- border: none;
+ background-color: #3a3f44;
+ border-color: rgba(0, 0, 0, 0.6);
}
.has-success .help-block,
.has-success .control-label,
@@ -7055,15 +7055,14 @@ textarea {
border-color: #62c462;
}
.has-success .input-group-addon {
- background-color: #272b30;
- border: none;
+ background-color: #3a3f44;
+ border-color: rgba(0, 0, 0, 0.6);
}
legend {
color: #fff;
}
.input-group-addon {
- border-color: rgba(0, 0, 0, 0.6);
- text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
+ background-color: #3a3f44;
background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
@@ -7072,6 +7071,7 @@ legend {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
-webkit-filter: none;
filter: none;
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
color: #ffffff;
}
.nav .open > a,