diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-22 14:02:19 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-22 14:02:19 +0200 |
commit | 37fadec7874355d4f05ac376fab47b9af905f231 (patch) | |
tree | 3d5787bf9452e54d3d19ee93d0210b2ad28795b3 /theme/stylesheets/book/navigation.less | |
parent | ada11d0b5909f6e4b9b4497677ed43326ad08ee2 (diff) | |
parent | 2a38d33d8a190c0b4eeca98a66f4ec5b8cfb2a96 (diff) | |
download | gitbook-37fadec7874355d4f05ac376fab47b9af905f231.zip gitbook-37fadec7874355d4f05ac376fab47b9af905f231.tar.gz gitbook-37fadec7874355d4f05ac376fab47b9af905f231.tar.bz2 |
Merge branch 'master' of https://github.com/Hermanya/gitbook into Hermanya-master
Diffstat (limited to 'theme/stylesheets/book/navigation.less')
-rwxr-xr-x | theme/stylesheets/book/navigation.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/theme/stylesheets/book/navigation.less b/theme/stylesheets/book/navigation.less index 33cb9be..def970e 100755 --- a/theme/stylesheets/book/navigation.less +++ b/theme/stylesheets/book/navigation.less @@ -42,4 +42,14 @@ float: left; } } +} +.book.color-theme-1 .book-body { + .navigation:hover{ + background-color: @body-pagination-background-1; + } +} +.book.color-theme-2 .book-body { + .navigation:hover{ + background-color: @body-pagination-background-2; + } }
\ No newline at end of file |