fixed rgb transparency of widget. -> rgba

This commit is contained in:
massimiliano 2019-01-02 18:20:35 +01:00
parent 9faa701635
commit 71fd0f7d14
2 changed files with 12 additions and 4 deletions

View File

@ -22,10 +22,14 @@ option {
}
.vcard, #contact-block, .widget {
background-color: rgb(40,40,40,.4);
background-color: rgba(40,40,40,.4);
border: none;
border-bottom: 1px solid #333;
border-radius: 0px
border-radius: 0px;
}
.widget {
background-color: rgba(40,40,40,.4);
}
#profile-edit-default-desc {

View File

@ -22,10 +22,14 @@ option {
}
.vcard, #contact-block, .widget {
background-color: rgb(40,40,40,.4);
background-color: rgba(40,40,40,.4);
border: none;
border-bottom: 1px solid #333;
border-radius: 0px
border-radius: 0px;
}
.widget {
background-color: rgba(40,40,40,.4);
}
#profile-edit-default-desc {