Private key save and fogot to sidebar

This commit is contained in:
shortcutme 2018-09-21 02:17:53 +02:00
parent 2a1849d027
commit 8fd2af1870
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
5 changed files with 57 additions and 7 deletions

View file

@ -12,7 +12,8 @@
.body-sidebar iframe { transform: rotateY(5deg); opacity: 0.8; pointer-events: none; outline: 1px solid transparent }
.body-internals iframe { transform: rotateX(5deg); opacity: 0.8; pointer-events: none; outline: 1px solid transparent }
.sidebar .link-right { color: white; text-decoration: none; border-bottom: 1px solid #666; text-transform: uppercase; float: right; margin-right: 7px; margin-top: 1px; }
.sidebar .label-right { float: right; margin-right: 7px; margin-top: 1px; float: right; }
.sidebar .link-right { color: white; text-decoration: none; border-bottom: 1px solid #666; text-transform: uppercase; }
.sidebar .link-right:hover { border-color: #CCC; }
.sidebar .link-right:active { background-color: #444 }
/* SIDEBAR */