Merge branch 'staging' of git://github.com/pbondoer/cryptpad into staging
This commit is contained in:
@@ -629,7 +629,7 @@ define([
|
||||
title: Messages.header_logoTitle,
|
||||
'class': "cryptpad-logo"
|
||||
}).append($('<img>', {
|
||||
src: '/customize/images/logo_white.svg'
|
||||
src: '/customize/images/logo_white.png'
|
||||
}));
|
||||
var onClick = function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
@@ -475,14 +475,5 @@ form.realtime, div.realtime {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
&.btn-default {
|
||||
background-color: #BBB;
|
||||
color: black;
|
||||
|
||||
&:hover {
|
||||
background-color: #DDD;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -133,12 +133,3 @@ body {
|
||||
height: 0;
|
||||
z-index: -5;
|
||||
}
|
||||
|
||||
.btn.btn-default {
|
||||
background-color: #BBB;
|
||||
color: black;
|
||||
|
||||
&:hover {
|
||||
background-color: #DDD;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user