From 7f9ecbe4e43b200207caf73977f6fe462b1d9c1c Mon Sep 17 00:00:00 2001 From: mb Date: Tue, 4 Aug 2020 17:20:06 +0200 Subject: [PATCH] footer template first footer design concept is approved. This closes #10. --- .../assets/semantic-ui/less/invenio_theme_tugraz/footer.less | 1 + .../semantic-ui/less/invenio_theme_tugraz/overrides.less | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less index 009d4b8..f0ca800 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less @@ -19,6 +19,7 @@ height: auto !important; height: 100%; width: 100%; + background-attachment: fixed; &.footer-bottom { background-color: #fff; 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 c586a43..a611e74 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 @@ -57,3 +57,7 @@ search.button .ui.search.button{ background-color:#e4154b; } + +.ui.search.button:hover{ + background-color:#000000; +}