Less visible changed files notification number

This commit is contained in:
shortcutme 2019-04-08 18:13:18 +02:00
parent 9fd059aef8
commit 643244ffd1
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -135,7 +135,7 @@ a { color: black }
.infopanel .close:active, .infopanel .close:focus { color: #AF3BFF }
.infopanel.closed .closed-num { opacity: 1; margin-left: -36px; pointer-events: inherit; }
.infopanel .closed-num {
position: absolute; margin-top: 6px; background-color: #9a61f8; color: white; width: 10px; text-align: center;
position: absolute; margin-top: 6px; background-color: #6666663d; color: white; width: 10px; text-align: center;
padding: 4px; border-top-left-radius: 6px; border-bottom-left-radius: 6px; font-size: 10px;
opacity: 0; margin-left: 0px; pointer-events: none; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; -ms-transition: all 0.6s; transition: all 0.6s ;
}