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 | 0caeba897e75ddaad6c551b9085087a8e1e72449 (patch) | |
| tree | b5ddd23656414acbf9aab9cc8a6f21e2dec2de6e /scss/custom.scss | |
| parent | dca052b5363fbe774ca0a1bb67f9ce37181d7f11 (diff) | |
| download | Ishtar-0caeba897e75ddaad6c551b9085087a8e1e72449.tar.bz2 Ishtar-0caeba897e75ddaad6c551b9085087a8e1e72449.zip  | |
UI: adapt forms
Diffstat (limited to 'scss/custom.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";  | 
