]> git.mxchange.org Git - friendica.git/commitdiff
Global CSS changed for opacity of disabled networks.
authorMichael Vogel <icarus@dabo.de>
Thu, 24 Apr 2014 14:41:22 +0000 (16:41 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 24 Apr 2014 14:41:22 +0000 (16:41 +0200)
view/global.css

index 0191c7d7c3287af123467a50ea91faeb444cd0ab..b165cbd4f363f9f963f362a01d999a61d441d3a7 100644 (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;