From de6f766ec27040f402af5c2b16cb298181e622c1 Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Thu, 4 Dec 2014 00:36:33 +0200 Subject: fixed search bar positioning, scroll bug and moved export button to search bar --- res/css/partials/base.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'res/css/partials/base.scss') diff --git a/res/css/partials/base.scss b/res/css/partials/base.scss index 35afb28c..bd9eba9e 100644 --- a/res/css/partials/base.scss +++ b/res/css/partials/base.scss @@ -7,6 +7,7 @@ html, body { height: 100%; font-family: $base-font-family; + overflow-y: hidden; } body { @@ -22,23 +23,23 @@ body { a{ text-decoration: none; - font-style: italic; + color: $mid-grey; } a:link { - color: #FFF; + color: $mid-grey; } a:visited { - color: #FFF; + color: $mid-grey; } a:hover { - color: #EDE275; + color: $dark-grey; } a:active { - color: #FFF; + color: $mid-grey; } //input box stuff -- cgit v1.3.1