diff --git a/css/executive.css b/css/executive.css index caeb266..aa8c19b 100644 --- a/css/executive.css +++ b/css/executive.css @@ -317,7 +317,6 @@ th { src: url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.eot"); src: url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } - .glyphicon { position: relative; top: 1px; @@ -1145,7 +1144,7 @@ th { html { font-size: 10px; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + -webkit-tap-highlight-color: transparent; } body { @@ -5135,7 +5134,6 @@ a.thumbnail.active { background-position: 0 0; } } - @keyframes progress-bar-stripes { from { background-position: 40px 0; @@ -5145,7 +5143,6 @@ a.thumbnail.active { background-position: 0 0; } } - .progress { overflow: hidden; height: 20px; @@ -6355,7 +6352,7 @@ button.close { border-radius: 10px; cursor: pointer; background-color: #000 \9; - background-color: rgba(0, 0, 0, 0); + background-color: transparent; } .carousel-indicators .active { margin: 0; @@ -6465,7 +6462,6 @@ button.close { @-ms-viewport { width: device-width; } - .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } @@ -6726,7 +6722,6 @@ button.close { font-weight: normal; font-style: normal; } - @font-face { font-family: 'Proxima Nova'; src: url("../../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.eot"); @@ -6734,7 +6729,6 @@ button.close { font-weight: 500; font-style: normal; } - /* - - - - - - - - - - - - - - - - - - - == Titlebar - - - - - - - - - - - - - - - - - - - */ @@ -8653,6 +8647,11 @@ input[type="button"]#footers.btn-block { color: #fff; } +#uc-site-parent a { + color: white; + text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); +} + @media (min-width: 700px) { #navspan.col-sm-9, #navspan.col-sm-8, diff --git a/sass/executive.scss b/sass/executive.scss index c437268..0ec4edb 100644 --- a/sass/executive.scss +++ b/sass/executive.scss @@ -51,6 +51,13 @@ $icon-font-path: "../../global/bootstrap-sass-master/assets/fonts/bootstrap/" !d #uc-site-header #uc-site-title a { } +#uc-site-parent { + a { + color:white; + text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); + } +} + @media (min-width: 700px) { #navspan {