color logo on topbar

This commit is contained in:
Pierre Bondoerffer
2017-08-04 16:22:43 +02:00
parent 865ba0731c
commit d3fb6313b6
4 changed files with 12 additions and 7 deletions

View File

@@ -113,6 +113,15 @@
// Apply this to the top bar div
.infopages_topbar () {
.navbar-brand {
display: block;
background-image: url(/customize/CryptPad-blue-logo.svg);
background-repeat: no-repeat;
background-size: contain;
height: 50px;
width: 250px;
}
.cp-topbar {
background: #fff;
z-index: 9001;
@@ -151,9 +160,6 @@
}
.cp-logo {
img {
height: @infopages_infobar-height / 2;
}
margin-right: 0.5em;
}
}

View File

@@ -68,9 +68,7 @@
margin-top: 0;
}
.navbar-brand {
background: url(/customize/CryptPad-white-logo.svg) no-repeat;
width: 250px;
height: 50px;
background-image: url(/customize/CryptPad-white-logo.svg);
}
a {
color: #fff;