diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-09 18:01:38 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-09 18:01:38 +0100 |
commit | d89dd18aa21a3054ed789d55201d68bf77b527a0 (patch) | |
tree | b5ddd23656414acbf9aab9cc8a6f21e2dec2de6e /scss | |
parent | e81ed7c95c3709fa3beb48ffe189607047c36d3a (diff) | |
download | Ishtar-d89dd18aa21a3054ed789d55201d68bf77b527a0.tar.bz2 Ishtar-d89dd18aa21a3054ed789d55201d68bf77b527a0.zip |
UI: adapt forms
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 13 |
1 files changed, 13 insertions, 0 deletions
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"; |