You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/03/16 22:24:18 UTC

svn commit: r1735303 - /myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css

Author: lofwyr
Date: Wed Mar 16 21:24:17 2016
New Revision: 1735303

URL: http://svn.apache.org/viewvc?rev=1735303&view=rev
Log:
TOBAGO-1546: Disabled images should be styled by CSS

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css?rev=1735303&r1=1735302&r2=1735303&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css Wed Mar 16 21:24:17 2016
@@ -158,6 +158,12 @@ table.tobago-gridLayout > tbody > tr:fir
     border-top: 0;
 }
 
+/* image ----------------------------------------------------------- */
+
+.tobago-image-markup-disabled {
+  filter: grayscale(1) blur(2px) contrast(0.5) brightness(1.2);
+}
+
 /* in ----------------------------------------------------------- */
 
 .tobago-in-markup-number {