diff options
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r-- | flatly/bootstrap.css | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css index e62b9e16..a5b3fd25 100644 --- a/flatly/bootstrap.css +++ b/flatly/bootstrap.css @@ -1706,10 +1706,10 @@ output { transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { - border-color: #1abc9c; + border-color: #2c3e50; outline: 0; - -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 188, 156, 0.6); - box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 188, 156, 0.6); + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6); } .form-control::-moz-placeholder { color: #acb6c0; @@ -5699,6 +5699,9 @@ button.close { display: none !important; } } +.navbar-brand { + padding: 18.5px 15px 20.5px; +} .btn:active { -webkit-box-shadow: none; box-shadow: none; @@ -5864,6 +5867,16 @@ input[type="color"]:focus, color: #fff; text-decoration: underline; } +.alert .close { + color: #fff; + text-decoration: none; + opacity: 0.4; +} +.alert .close:hover, +.alert .close:focus { + color: #fff; + opacity: 1; +} .progress { height: 10px; -webkit-box-shadow: none; |