Prepare deployment
This commit is contained in:
parent
9b90a54edd
commit
d5ab238179
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# Mon May 20 00:29:17 GMT 2013
|
# Mon May 20 00:52:44 GMT 2013
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
6
css/main-min.css
vendored
6
css/main-min.css
vendored
@ -5404,7 +5404,7 @@ textarea,
|
|||||||
.input-prepend .add-on {
|
.input-prepend .add-on {
|
||||||
border: 1px solid #ddd !important;
|
border: 1px solid #ddd !important;
|
||||||
}
|
}
|
||||||
textarea:focus,
|
.modal textarea:focus,
|
||||||
input[type="text"]:focus,
|
input[type="text"]:focus,
|
||||||
input[type="password"]:focus,
|
input[type="password"]:focus,
|
||||||
input[type="datetime"]:focus,
|
input[type="datetime"]:focus,
|
||||||
@ -5421,7 +5421,9 @@ input[type="tel"]:focus,
|
|||||||
input[type="color"]:focus,
|
input[type="color"]:focus,
|
||||||
.uneditable-input:focus
|
.uneditable-input:focus
|
||||||
{
|
{
|
||||||
border-color: rgba(82, 168, 236, 0.8) !important;
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
|
||||||
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
|
||||||
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
|
||||||
}
|
}
|
||||||
.help-block {
|
.help-block {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
Loading…
Reference in New Issue
Block a user