Change back to the ship image on the landing page
This commit is contained in:
parent
08a208704c
commit
88ee1f3abe
3 changed files with 16 additions and 7 deletions
|
@ -12,7 +12,7 @@
|
|||
nav.navbar {
|
||||
border: 0px;
|
||||
border-radius: 0px;
|
||||
background-image: linear-gradient(to bottom, #274766 0%,#366492 100%)
|
||||
background-image: linear-gradient(to bottom, #535C66 0%,#6E8194 100%);
|
||||
}
|
||||
|
||||
nav.navbar-default .navbar-nav>li>a {
|
||||
|
@ -27,7 +27,7 @@ nav.navbar-default .navbar-nav>li>a {
|
|||
|
||||
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
|
||||
cursor: pointer;
|
||||
background: transparent !important;
|
||||
background: rgba(255, 255, 255, 0.4) !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
@ -1208,6 +1208,10 @@ i.toggle-icon:hover {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.landing-page .help-block {
|
||||
color: #C9C9C9;
|
||||
}
|
||||
|
||||
.landing-page {
|
||||
color: #555;
|
||||
}
|
||||
|
@ -1224,8 +1228,13 @@ i.toggle-icon:hover {
|
|||
background: rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
|
||||
.landing-page .nav .open>a, .landing-page .nav .open>a:hover, .landing-page .nav .open>a:focus {
|
||||
background: transparent;
|
||||
.landing-page .nav .user-view {
|
||||
color: #428bca !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.landing-page .user-tool {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.landing {
|
||||
|
@ -1250,7 +1259,7 @@ i.toggle-icon:hover {
|
|||
right: 0px;
|
||||
|
||||
background-color: #1d1d1d;
|
||||
background-image: url(../img/landing-back-pattern-fast.jpg);
|
||||
background-image: url(../img/landing-back.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
|
Reference in a new issue