implementing client blind ID, serverIDsigner blindsign

This commit is contained in:
arnaucode
2017-12-28 01:09:44 +01:00
parent 91dc63ed96
commit 4898cae5c0
18 changed files with 210 additions and 43 deletions

View File

@@ -1,9 +1,14 @@
body {
/*background: #15191e!important;*/
background: #000000!important;
color: #ffffff!important;
}
.card {
/*background: #1f262d!important;*/
/*background: #15191e!important;
color: #ffffff!important;*/
/*border: 1px solid #ffffff!important;*/
background: #000000!important;
color: #ffffff!important;
border: 1px solid #ffffff!important;
}

View File

@@ -1 +1,5 @@
.o_nav {
background: #000000!important;
color: #ffffff!important;
border-bottom: 2px solid #4DD0E1!important;
}