From 0caeba897e75ddaad6c551b9085087a8e1e72449 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 9 Nov 2017 18:01:38 +0100 Subject: UI: adapt forms --- scss/custom.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 11d747a16..f0d480ca2 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -72,6 +72,19 @@ div#foot{ color: $navbar-dark-color; } +.breadcrumb button{ + border: 0 transparent; + background-color: transparent; +} + +.breadcrumb a:hover{ + text-decoration: none; +} + +.breadcrumb button:hover{ + cursor: pointer; + color: darken($primary, 10%); +} /* // required @import "bootstrap-src/scss/functions"; -- cgit v1.2.3