diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less index 84668b6..5f102be 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less @@ -73,29 +73,37 @@ a { } .short-menu-right { display: table-cell; - vertical-align: top; width: 50%; color: #000000; } -.search-icon-header { - display: inline-block; + +.short-menu-left-lang { + background-color: transparent; + & a { + color: #000; + } +} + +.short-menu-left-lang:hover { + background-color: #000; + & a { + color: #fff; + text-decoration: none; + } } .search-icon-header { + display: inline-block; background-color: transparent; - & a svg g { - stroke: #e4154b; - } } .search-icon-header:hover { background-color: #000; + & i { + color: #fff; + } & a { - & svg { - & g { - stroke: #fff !important; - } - } + text-decoration: none; } } @@ -104,6 +112,7 @@ a { margin: 12px 9px 6px 0; color: #000000; } + .short-menu-right-h { cursor: pointer; display: inline-block; diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less index 8d7efb1..f7826a5 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less @@ -61,6 +61,4 @@ forcing the font changes */ body { font-family: "Source Sans Pro"; - font-weight: 300; - font-size: 16px; } diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html index 45d008a..a8d79d2 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html @@ -81,47 +81,25 @@