Guest User

Untitled

a guest
Jun 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. /* Give the link some padding and some color */
  2. .fl-page-nav .navbar-nav > li.ss-nav-button {
  3. padding: 10px;
  4. }
  5. .fl-page-nav .navbar-nav > li.ss-nav-button > a {
  6. padding: 5px 18px !important;
  7. color: #ffffff !important;
  8. border-radius: 5px;
  9. background-color: #0f637d;
  10. }
  11.  
  12. /* Adjust the position for the fixed navigation menu */
  13. .fl-page-header-fixed .fl-page-nav .navbar-nav > li.ss-nav-button > a {
  14. position: relative;
  15. bottom: 6px;
  16. }
  17.  
  18. /* Give the button a hover & active state */
  19. .fl-page-nav .navbar-nav > li.ss-nav-button > a:active,
  20. .fl-page-nav .navbar-nav > li.ss-nav-button > a:hover {
  21. color: #ffffff !important;
  22. background-color: #196f8c;
  23. }
Add Comment
Please, Sign In to add comment