diff --git a/themes/fid_adlr/images/favicon.ico b/themes/fid_adlr/images/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..61d876c18a6ef131919e934425f57f2c6dbf9fa2 Binary files /dev/null and b/themes/fid_adlr/images/favicon.ico differ diff --git a/themes/fid_adlr/scss/compiled.scss b/themes/fid_adlr/scss/compiled.scss index cf99c8e4b299071afd3a8f64ac39b2e3935d86d7..4660cc228c0534946293f271bbdc893b1029be5d 100644 --- a/themes/fid_adlr/scss/compiled.scss +++ b/themes/fid_adlr/scss/compiled.scss @@ -44,22 +44,31 @@ $topbar-dropdown-link-bg-hover: lighten(#999999, 5%); // 4. Customize further // header.fixed {left:auto;max-width: 1152px;} .top-bar { - .name h1 a {color:$dk_header_font;} - .toggle-topbar.menu-icon a span:after {box-shadow: 0px 0px 0px 1px $dk_header_font, 0px 7px 0px 1px #333, 0px 14px 0px 1px $dk_header_font;} + .name h1 a { + color: $dk_header_font; + } + + .toggle-topbar.menu-icon a span:after { + box-shadow: 0px 0px 0px 1px $dk_header_font, 0px 7px 0px 1px #333, 0px 14px 0px 1px $dk_header_font; + } } + .top-bar-section { ul { &.right li a { - color:$dk_header_font !important; + color: $dk_header_font !important; } } + #shard-selector-topbar { - background-color: $topbar-bg-color ; + background-color: $topbar-bg-color; color: $dk_header_font; } + #langmenu li > a { - color:#fff !important; + color: #fff !important; } + .has-dropdown > a:after { border-color: $dk_header_font transparent transparent; } @@ -68,17 +77,17 @@ $topbar-dropdown-link-bg-hover: lighten(#999999, 5%); // Dark BG for search box when located directly under header .nav { .searchbox { - .large-12 { - .hide-for-large-up { - background-color: $topbar-bg-color; - } + .hide-for-large-up { + background-color: $topbar-bg-color; } } } .breadcrumbs { - background-color:$crumb-bg!important + background-color: $crumb-bg !important; } -#searchFormForm {margin-top: 1.5rem} +#searchFormForm { + margin-top: 1.5rem; +} diff --git a/themes/fid_adlr/theme.config.php b/themes/fid_adlr/theme.config.php index 8249613e6b4a38a35f737f153cea8ad8088a5122..ec5e9e7c9bf90ff4efaf083c7432115f354f2b66 100644 --- a/themes/fid_adlr/theme.config.php +++ b/themes/fid_adlr/theme.config.php @@ -1,4 +1,5 @@ <?php return [ + 'favicon' => 'favicon.ico', 'extends' => 'finc', ]; \ No newline at end of file