Repository: brooklyn-docs Updated Branches: refs/heads/master 6dee84d47 -> 449d5f9f6
Use colour from variables.less for blueprint tour Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/5d11e405 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/5d11e405 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/5d11e405 Branch: refs/heads/master Commit: 5d11e4050016819787487459ad6f39026aeb216f Parents: 6dee84d Author: Thomas Bouron <[email protected]> Authored: Mon Oct 30 11:53:29 2017 +0000 Committer: Thomas Bouron <[email protected]> Committed: Mon Oct 30 11:54:04 2017 +0000 ---------------------------------------------------------------------- guide/styles/policy-tour.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/5d11e405/guide/styles/policy-tour.less ---------------------------------------------------------------------- diff --git a/guide/styles/policy-tour.less b/guide/styles/policy-tour.less index 97cb949..0fc2003 100644 --- a/guide/styles/policy-tour.less +++ b/guide/styles/policy-tour.less @@ -131,7 +131,7 @@ div.annotated_blueprint div.code_scroller div.code_viewer div.block > div.annota } div.annotated_blueprint div.code_scroller div.code_viewer div.block:hover > div:last-child { - background-color: #48a648; + background-color: @accent-color; color: #fafafa; } @@ -145,7 +145,7 @@ div.annotated_blueprint div.code_scroller div.code_viewer div.block:hover div.an div.annotated_blueprint div.code_scroller div.code_viewer div.block:hover div.annotations { background-color: #fafafa; - border: 4px solid #48a648; + border: 4px solid @accent-color; border-radius: 8px; text-align: center; box-shadow: 2px 10px 20px #aaa; @@ -169,7 +169,7 @@ div.annotated_blueprint div.code_scroller div.code_viewer div.block:hover div.co width: 16px !important; border-width: 5px 0px 5px 6px; border-style: solid; - border-color: transparent transparent transparent #48a648; + border-color: transparent transparent transparent @accent-color; } div.annotated_blueprint div.code_scroller div.code_viewer div.block > div:last-child .ann_highlight {
