Global CSS changed for opacity of disabled networks.

This commit is contained in:
Michael Vogel 2014-04-24 16:41:22 +02:00
parent 7134d27bae
commit e0c5934a28
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
/* List of social Networks */
img.connector {
img.connector, img.connector-disabled {
height: 40px;
margin-right: 10px;
border-radius: 10px;
}
img.connector-disabled {
opacity: 0.5;
}
h3.connector {
display: inline-block;
vertical-align: bottom;