From 5df2c4f5f4e8b8ef5d3bd07d3229ba08e3468460 Mon Sep 17 00:00:00 2001 From: Jessika Mika Caldera Date: Wed, 11 Feb 2015 12:41:21 -0500 Subject: [PATCH] Fixes Addressing Jira Issues Header color in ie 8 and ie 9 gradients in ie search text box color adding no.border class for custom css --- css/sherman-black.css | 49 ++++++++++++++++-------- css/sherman-blue.css | 49 ++++++++++++++++-------- css/sherman-grey.css | 61 +++++++++++++++++++----------- css/sherman-red.css | 49 ++++++++++++++++-------- sass/sherman-common.scss | 7 +++- sass/sherman-variables-black.scss | 2 +- sass/sherman-variables-blue.scss | 2 +- sass/sherman-variables-common.scss | 3 +- sass/sherman-variables-grey.scss | 8 ++-- sass/sherman-variables-red.scss | 2 +- 10 files changed, 152 insertions(+), 80 deletions(-) diff --git a/css/sherman-black.css b/css/sherman-black.css index b3800be..42c2d6d 100644 --- a/css/sherman-black.css +++ b/css/sherman-black.css @@ -8279,7 +8279,7 @@ body { background: -o-linear-gradient(top, #2f2f2f 0%, #292929 100%); background: -ms-linear-gradient(top, #2f2f2f 0%, #292929 100%); background: linear-gradient(to bottom, #2f2f2f 0%, #292929 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$sh-masthead-start', endColorstr='$sh-masthead-end',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#292929',GradientType=0 ); } #masthead #site-title .col-sm-8 { padding-left: 5px; @@ -8482,7 +8482,7 @@ body { font-weight: normal; } .widget .searchform .form-control { - background-color: rgba(255, 255, 255, 0.2); + background-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.8); border-radius: 0; border: none; @@ -8545,6 +8545,9 @@ body { padding-right: 1em; } } +#primary #main img.no-border { + border: none; +} #primary #main .page .entry-content .row, #primary #main .post .entry-content .row { margin: 0; } @@ -8642,7 +8645,8 @@ body { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; @@ -8662,7 +8666,8 @@ body { background: -o-linear-gradient(top, #747474 0%, #676767 100%); background: -ms-linear-gradient(top, #747474 0%, #676767 100%); background: linear-gradient(to bottom, #747474 0%, #676767 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); + filter: none; color: #fff; border-color: #535353; opacity: 0.9; @@ -8682,7 +8687,8 @@ body { background: -o-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: -ms-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: linear-gradient(to bottom, #58ca4b 0%, #48c239 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); + filter: none; color: #fff; border-color: #3ca230; opacity: 0.9; @@ -8702,7 +8708,8 @@ body { background: -o-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: -ms-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: linear-gradient(to bottom, #e4e4e4 0%, #d7d7d7 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); + filter: none; color: #fff; border-color: #c3c3c3; opacity: 0.9; @@ -8723,7 +8730,8 @@ body { background: -o-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: -ms-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: linear-gradient(to bottom, #e7cc49 0%, #e4c632 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); + filter: none; color: #fff; border-color: #d2b31c; opacity: 0.9; @@ -8744,7 +8752,8 @@ body { background: -o-linear-gradient(top, #b71716 0%, #a01413 100%); background: -ms-linear-gradient(top, #b71716 0%, #a01413 100%); background: linear-gradient(to bottom, #b71716 0%, #a01413 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); + filter: none; color: #fff; border-color: #7c0f0f; opacity: 0.9; @@ -8764,7 +8773,8 @@ body { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; @@ -8863,7 +8873,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; @@ -8883,7 +8894,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #747474 0%, #676767 100%); background: -ms-linear-gradient(top, #747474 0%, #676767 100%); background: linear-gradient(to bottom, #747474 0%, #676767 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); + filter: none; color: #fff; border-color: #535353; opacity: 0.9; @@ -8903,7 +8915,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: -ms-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: linear-gradient(to bottom, #58ca4b 0%, #48c239 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); + filter: none; color: #fff; border-color: #3ca230; opacity: 0.9; @@ -8923,7 +8936,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: -ms-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: linear-gradient(to bottom, #e4e4e4 0%, #d7d7d7 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); + filter: none; color: #fff; border-color: #c3c3c3; opacity: 0.9; @@ -8944,7 +8958,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: -ms-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: linear-gradient(to bottom, #e7cc49 0%, #e4c632 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); + filter: none; color: #fff; border-color: #d2b31c; opacity: 0.9; @@ -8965,7 +8980,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #b71716 0%, #a01413 100%); background: -ms-linear-gradient(top, #b71716 0%, #a01413 100%); background: linear-gradient(to bottom, #b71716 0%, #a01413 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); + filter: none; color: #fff; border-color: #7c0f0f; opacity: 0.9; @@ -8985,7 +9001,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; diff --git a/css/sherman-blue.css b/css/sherman-blue.css index cd4719c..3d2ad33 100644 --- a/css/sherman-blue.css +++ b/css/sherman-blue.css @@ -8279,7 +8279,7 @@ body { background: -o-linear-gradient(top, #142548 0%, #071839 100%); background: -ms-linear-gradient(top, #142548 0%, #071839 100%); background: linear-gradient(to bottom, #142548 0%, #071839 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$sh-masthead-start', endColorstr='$sh-masthead-end',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142548', endColorstr='#071839',GradientType=0 ); } #masthead #site-title .col-sm-8 { padding-left: 5px; @@ -8482,7 +8482,7 @@ body { font-weight: normal; } .widget .searchform .form-control { - background-color: rgba(255, 255, 255, 0.2); + background-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.8); border-radius: 0; border: none; @@ -8545,6 +8545,9 @@ body { padding-right: 1em; } } +#primary #main img.no-border { + border: none; +} #primary #main .page .entry-content .row, #primary #main .post .entry-content .row { margin: 0; } @@ -8642,7 +8645,8 @@ body { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; @@ -8662,7 +8666,8 @@ body { background: -o-linear-gradient(top, #747474 0%, #676767 100%); background: -ms-linear-gradient(top, #747474 0%, #676767 100%); background: linear-gradient(to bottom, #747474 0%, #676767 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); + filter: none; color: #fff; border-color: #535353; opacity: 0.9; @@ -8682,7 +8687,8 @@ body { background: -o-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: -ms-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: linear-gradient(to bottom, #58ca4b 0%, #48c239 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); + filter: none; color: #fff; border-color: #3ca230; opacity: 0.9; @@ -8702,7 +8708,8 @@ body { background: -o-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: -ms-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: linear-gradient(to bottom, #e4e4e4 0%, #d7d7d7 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); + filter: none; color: #fff; border-color: #c3c3c3; opacity: 0.9; @@ -8723,7 +8730,8 @@ body { background: -o-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: -ms-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: linear-gradient(to bottom, #e7cc49 0%, #e4c632 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); + filter: none; color: #fff; border-color: #d2b31c; opacity: 0.9; @@ -8744,7 +8752,8 @@ body { background: -o-linear-gradient(top, #b71716 0%, #a01413 100%); background: -ms-linear-gradient(top, #b71716 0%, #a01413 100%); background: linear-gradient(to bottom, #b71716 0%, #a01413 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); + filter: none; color: #fff; border-color: #7c0f0f; opacity: 0.9; @@ -8764,7 +8773,8 @@ body { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; @@ -8863,7 +8873,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; @@ -8883,7 +8894,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #747474 0%, #676767 100%); background: -ms-linear-gradient(top, #747474 0%, #676767 100%); background: linear-gradient(to bottom, #747474 0%, #676767 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); + filter: none; color: #fff; border-color: #535353; opacity: 0.9; @@ -8903,7 +8915,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: -ms-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: linear-gradient(to bottom, #58ca4b 0%, #48c239 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); + filter: none; color: #fff; border-color: #3ca230; opacity: 0.9; @@ -8923,7 +8936,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: -ms-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: linear-gradient(to bottom, #e4e4e4 0%, #d7d7d7 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); + filter: none; color: #fff; border-color: #c3c3c3; opacity: 0.9; @@ -8944,7 +8958,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: -ms-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: linear-gradient(to bottom, #e7cc49 0%, #e4c632 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); + filter: none; color: #fff; border-color: #d2b31c; opacity: 0.9; @@ -8965,7 +8980,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #b71716 0%, #a01413 100%); background: -ms-linear-gradient(top, #b71716 0%, #a01413 100%); background: linear-gradient(to bottom, #b71716 0%, #a01413 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); + filter: none; color: #fff; border-color: #7c0f0f; opacity: 0.9; @@ -8985,7 +9001,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; diff --git a/css/sherman-grey.css b/css/sherman-grey.css index a9d41f6..c8d2cb9 100644 --- a/css/sherman-grey.css +++ b/css/sherman-grey.css @@ -8279,7 +8279,7 @@ body { background: -o-linear-gradient(top, #e3e3e3 0%, #d4d4d4 100%); background: -ms-linear-gradient(top, #e3e3e3 0%, #d4d4d4 100%); background: linear-gradient(to bottom, #e3e3e3 0%, #d4d4d4 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$sh-masthead-start', endColorstr='$sh-masthead-end',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#d4d4d4',GradientType=0 ); } #masthead #site-title .col-sm-8 { padding-left: 5px; @@ -8302,28 +8302,28 @@ body { } #masthead #site-title .searchform .form-control { background-color: rgba(255, 255, 255, 0.2); - color: white; + color: rgba(0, 0, 0, 0.5); border-radius: 0; border: none; height: auto; } #masthead #site-title .searchform .form-control::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.5); + color: gba(0, 0, 0, 0.3); } #masthead #site-title .searchform .form-control:-moz-placeholder { - color: rgba(255, 255, 255, 0.5); + color: gba(0, 0, 0, 0.3); } #masthead #site-title .searchform .form-control::-moz-placeholder { - color: rgba(255, 255, 255, 0.5); + color: gba(0, 0, 0, 0.3); } #masthead #site-title .searchform .form-control:-ms-input-placeholder { - color: rgba(255, 255, 255, 0.5); + color: gba(0, 0, 0, 0.3); } #masthead #site-title .searchform .btn { background: none; filter: none; background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.5); + color: rgba(0, 0, 0, 0.3); border: none; padding: 6px 12px; border-radius: 0px; @@ -8482,7 +8482,7 @@ body { font-weight: normal; } .widget .searchform .form-control { - background-color: rgba(255, 255, 255, 0.2); + background-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.8); border-radius: 0; border: none; @@ -8545,6 +8545,9 @@ body { padding-right: 1em; } } +#primary #main img.no-border { + border: none; +} #primary #main .page .entry-content .row, #primary #main .post .entry-content .row { margin: 0; } @@ -8642,7 +8645,8 @@ body { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; @@ -8662,7 +8666,8 @@ body { background: -o-linear-gradient(top, #747474 0%, #676767 100%); background: -ms-linear-gradient(top, #747474 0%, #676767 100%); background: linear-gradient(to bottom, #747474 0%, #676767 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); + filter: none; color: #fff; border-color: #535353; opacity: 0.9; @@ -8682,7 +8687,8 @@ body { background: -o-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: -ms-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: linear-gradient(to bottom, #58ca4b 0%, #48c239 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); + filter: none; color: #fff; border-color: #3ca230; opacity: 0.9; @@ -8702,7 +8708,8 @@ body { background: -o-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: -ms-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: linear-gradient(to bottom, #e4e4e4 0%, #d7d7d7 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); + filter: none; color: #fff; border-color: #c3c3c3; opacity: 0.9; @@ -8723,7 +8730,8 @@ body { background: -o-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: -ms-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: linear-gradient(to bottom, #e7cc49 0%, #e4c632 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); + filter: none; color: #fff; border-color: #d2b31c; opacity: 0.9; @@ -8744,7 +8752,8 @@ body { background: -o-linear-gradient(top, #b71716 0%, #a01413 100%); background: -ms-linear-gradient(top, #b71716 0%, #a01413 100%); background: linear-gradient(to bottom, #b71716 0%, #a01413 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); + filter: none; color: #fff; border-color: #7c0f0f; opacity: 0.9; @@ -8764,7 +8773,8 @@ body { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; @@ -8863,7 +8873,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; @@ -8883,7 +8894,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #747474 0%, #676767 100%); background: -ms-linear-gradient(top, #747474 0%, #676767 100%); background: linear-gradient(to bottom, #747474 0%, #676767 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); + filter: none; color: #fff; border-color: #535353; opacity: 0.9; @@ -8903,7 +8915,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: -ms-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: linear-gradient(to bottom, #58ca4b 0%, #48c239 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); + filter: none; color: #fff; border-color: #3ca230; opacity: 0.9; @@ -8923,7 +8936,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: -ms-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: linear-gradient(to bottom, #e4e4e4 0%, #d7d7d7 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); + filter: none; color: #fff; border-color: #c3c3c3; opacity: 0.9; @@ -8944,7 +8958,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: -ms-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: linear-gradient(to bottom, #e7cc49 0%, #e4c632 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); + filter: none; color: #fff; border-color: #d2b31c; opacity: 0.9; @@ -8965,7 +8980,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #b71716 0%, #a01413 100%); background: -ms-linear-gradient(top, #b71716 0%, #a01413 100%); background: linear-gradient(to bottom, #b71716 0%, #a01413 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); + filter: none; color: #fff; border-color: #7c0f0f; opacity: 0.9; @@ -8985,7 +9001,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; diff --git a/css/sherman-red.css b/css/sherman-red.css index 708afc4..96dab8c 100644 --- a/css/sherman-red.css +++ b/css/sherman-red.css @@ -8279,7 +8279,7 @@ body { background: -o-linear-gradient(top, #ab140d 0%, #9b0000 100%); background: -ms-linear-gradient(top, #ab140d 0%, #9b0000 100%); background: linear-gradient(to bottom, #ab140d 0%, #9b0000 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$sh-masthead-start', endColorstr='$sh-masthead-end',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab140d', endColorstr='#9b0000',GradientType=0 ); } #masthead #site-title .col-sm-8 { padding-left: 5px; @@ -8482,7 +8482,7 @@ body { font-weight: normal; } .widget .searchform .form-control { - background-color: rgba(255, 255, 255, 0.2); + background-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.8); border-radius: 0; border: none; @@ -8545,6 +8545,9 @@ body { padding-right: 1em; } } +#primary #main img.no-border { + border: none; +} #primary #main .page .entry-content .row, #primary #main .post .entry-content .row { margin: 0; } @@ -8642,7 +8645,8 @@ body { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; @@ -8662,7 +8666,8 @@ body { background: -o-linear-gradient(top, #747474 0%, #676767 100%); background: -ms-linear-gradient(top, #747474 0%, #676767 100%); background: linear-gradient(to bottom, #747474 0%, #676767 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); + filter: none; color: #fff; border-color: #535353; opacity: 0.9; @@ -8682,7 +8687,8 @@ body { background: -o-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: -ms-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: linear-gradient(to bottom, #58ca4b 0%, #48c239 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); + filter: none; color: #fff; border-color: #3ca230; opacity: 0.9; @@ -8702,7 +8708,8 @@ body { background: -o-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: -ms-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: linear-gradient(to bottom, #e4e4e4 0%, #d7d7d7 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); + filter: none; color: #fff; border-color: #c3c3c3; opacity: 0.9; @@ -8723,7 +8730,8 @@ body { background: -o-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: -ms-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: linear-gradient(to bottom, #e7cc49 0%, #e4c632 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); + filter: none; color: #fff; border-color: #d2b31c; opacity: 0.9; @@ -8744,7 +8752,8 @@ body { background: -o-linear-gradient(top, #b71716 0%, #a01413 100%); background: -ms-linear-gradient(top, #b71716 0%, #a01413 100%); background: linear-gradient(to bottom, #b71716 0%, #a01413 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); + filter: none; color: #fff; border-color: #7c0f0f; opacity: 0.9; @@ -8764,7 +8773,8 @@ body { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; @@ -8863,7 +8873,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; @@ -8883,7 +8894,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #747474 0%, #676767 100%); background: -ms-linear-gradient(top, #747474 0%, #676767 100%); background: linear-gradient(to bottom, #747474 0%, #676767 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#676767, 5%)', endColorstr='#676767',GradientType=0 ); + filter: none; color: #fff; border-color: #535353; opacity: 0.9; @@ -8903,7 +8915,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: -ms-linear-gradient(top, #58ca4b 0%, #48c239 100%); background: linear-gradient(to bottom, #58ca4b 0%, #48c239 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#48c239, 5%)', endColorstr='#48c239',GradientType=0 ); + filter: none; color: #fff; border-color: #3ca230; opacity: 0.9; @@ -8923,7 +8936,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: -ms-linear-gradient(top, #e4e4e4 0%, #d7d7d7 100%); background: linear-gradient(to bottom, #e4e4e4 0%, #d7d7d7 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#d7d7d7, 5%)', endColorstr='#d7d7d7',GradientType=0 ); + filter: none; color: #fff; border-color: #c3c3c3; opacity: 0.9; @@ -8944,7 +8958,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: -ms-linear-gradient(top, #e7cc49 0%, #e4c632 100%); background: linear-gradient(to bottom, #e7cc49 0%, #e4c632 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#e4c632, 5%)', endColorstr='#e4c632',GradientType=0 ); + filter: none; color: #fff; border-color: #d2b31c; opacity: 0.9; @@ -8965,7 +8980,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #b71716 0%, #a01413 100%); background: -ms-linear-gradient(top, #b71716 0%, #a01413 100%); background: linear-gradient(to bottom, #b71716 0%, #a01413 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#a01413, 5%)', endColorstr='#a01413',GradientType=0 ); + filter: none; color: #fff; border-color: #7c0f0f; opacity: 0.9; @@ -8985,7 +9001,8 @@ table .external .glyphicon-new-window { background: -o-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: -ms-linear-gradient(top, #0e2e5d 0%, #0b2347 100%); background: linear-gradient(to bottom, #0e2e5d 0%, #0b2347 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ligten(#0b2347, 5%)', endColorstr='#0b2347',GradientType=0 ); + filter: none; color: #fff; border-color: #061224; opacity: 0.9; diff --git a/sass/sherman-common.scss b/sass/sherman-common.scss index a9a31e2..f6f38e3 100644 --- a/sass/sherman-common.scss +++ b/sass/sherman-common.scss @@ -39,7 +39,7 @@ body{ background: -o-linear-gradient(top, $sh-masthead-start 0%,$sh-masthead-end 100%); background: -ms-linear-gradient(top, $sh-masthead-start 0%,$sh-masthead-end 100%); background: linear-gradient(to bottom, $sh-masthead-start 0%,$sh-masthead-end 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$sh-masthead-start', endColorstr='$sh-masthead-end',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#{$sh-masthead-start}', endColorstr='#{$sh-masthead-end}',GradientType=0 ); #site-title{ .col-sm-8{ // ### - Bootstrap Class padding-left:5px; @@ -258,7 +258,10 @@ body{ padding-left:1em; padding-right:1em; } - + // No Border class for custom CSSS + img.no-border{ + border:none; + } .page, .post{ .entry-content { .row { diff --git a/sass/sherman-variables-black.scss b/sass/sherman-variables-black.scss index ea520c4..5f682f9 100644 --- a/sass/sherman-variables-black.scss +++ b/sass/sherman-variables-black.scss @@ -161,7 +161,7 @@ $sh-masthead-search-input-placeholder-color: rgba(255, 255, 255, .5); // Content $sh-content-search-btn-bg: $brand-default; $sh-content-search-btn-color: rgba(255, 255, 255, .2); -$sh-content-search-input-bg: rgba(255, 255, 255, .2); +$sh-content-search-input-bg: rgba(0, 0, 0, .1); $sh-content-search-input-color: rgba(0, 0, 0, .8); $sh-content-search-input-placeholder-color: rgba(0, 0, 0, .5); // Footers diff --git a/sass/sherman-variables-blue.scss b/sass/sherman-variables-blue.scss index 4ebb3e4..d365dd5 100644 --- a/sass/sherman-variables-blue.scss +++ b/sass/sherman-variables-blue.scss @@ -161,7 +161,7 @@ $sh-masthead-search-input-placeholder-color: rgba(255, 255, 255, .5); // Content $sh-content-search-btn-bg: $brand-default; $sh-content-search-btn-color: rgba(255, 255, 255, .2); -$sh-content-search-input-bg: rgba(255, 255, 255, .2); +$sh-content-search-input-bg: rgba(0, 0, 0, .1); $sh-content-search-input-color: rgba(0, 0, 0, .8); $sh-content-search-input-placeholder-color: rgba(0, 0, 0, .5); // Footers diff --git a/sass/sherman-variables-common.scss b/sass/sherman-variables-common.scss index 06524d4..840cbe7 100644 --- a/sass/sherman-variables-common.scss +++ b/sass/sherman-variables-common.scss @@ -89,7 +89,8 @@ $uc-footer-link-spacing: 1.5em; background: -o-linear-gradient(top, lighten($color, 5%) 0%,$color 100%); background: -ms-linear-gradient(top, lighten($color, 5%) 0%,$color 100%); background: linear-gradient(to bottom, lighten($color, 5%) 0%,$color 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lighten($color, 5%)', endColorstr='$color',GradientType=0 ); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#{ligten($color, 5%)}', endColorstr='#{$color}',GradientType=0 ); + filter:none; color:$sh-secondary-text-color; border-color: darken($color, 8%); opacity:0.9; diff --git a/sass/sherman-variables-grey.scss b/sass/sherman-variables-grey.scss index abc36ec..15c74f8 100644 --- a/sass/sherman-variables-grey.scss +++ b/sass/sherman-variables-grey.scss @@ -153,14 +153,14 @@ $sh-header1-color: #ac0000; // Search // Header $sh-masthead-search-btn-bg: rgba(255, 255, 255, .3); -$sh-masthead-search-btn-color: rgba(255, 255, 255, .5); +$sh-masthead-search-btn-color: rgba(0, 0, 0, .3); $sh-masthead-search-input-bg: rgba(255, 255, 255, .2); -$sh-masthead-search-input-color: rgba(255, 255, 255, 1); -$sh-masthead-search-input-placeholder-color: rgba(255, 255, 255, .5); +$sh-masthead-search-input-color: rgba(0, 0, 0, .5); +$sh-masthead-search-input-placeholder-color: gba(0, 0, 0, .3); // Content $sh-content-search-btn-bg: $brand-default; $sh-content-search-btn-color: rgba(255, 255, 255, .2); -$sh-content-search-input-bg: rgba(255, 255, 255, .2); +$sh-content-search-input-bg: rgba(0, 0, 0, .1); $sh-content-search-input-color: rgba(0, 0, 0, .8); $sh-content-search-input-placeholder-color: rgba(0, 0, 0, .5); // Footers diff --git a/sass/sherman-variables-red.scss b/sass/sherman-variables-red.scss index 721f92d..40369c2 100644 --- a/sass/sherman-variables-red.scss +++ b/sass/sherman-variables-red.scss @@ -163,7 +163,7 @@ $sh-masthead-search-input-placeholder-color: rgba(255, 255, 255, .5); // Content $sh-content-search-btn-bg: $brand-primary; $sh-content-search-btn-color: rgba(255, 255, 255, .2); -$sh-content-search-input-bg: rgba(255, 255, 255, .2); +$sh-content-search-input-bg: rgba(0, 0, 0, .1); $sh-content-search-input-color: rgba(0, 0, 0, .8); $sh-content-search-input-placeholder-color: rgba(0, 0, 0, .5); // Footers