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 2014/12/17 10:26:20 UTC

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

Author: lofwyr
Date: Wed Dec 17 09:26:20 2014
New Revision: 1646180

URL: http://svn.apache.org/r1646180
Log:
TOBAGO-1358: Using CSS box-sizing: border-box instead of content-box

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

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css?rev=1646180&r1=1646179&r2=1646180&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css Wed Dec 17 09:26:20 2014
@@ -275,6 +275,7 @@ span.tobago-calendar-header {
 
 .tobago-file {
   background: url("../image/file-upload.png") no-repeat right center transparent;
+  position: relative;
 }
 
 .tobago-file-pretty {
@@ -319,8 +320,8 @@ span.tobago-calendar-header {
   position: absolute;
   right: 0;
   top: 0;
-  opacity: 0;
-  filter: alpha(opacity: 0);
+  opacity: 0.5;
+  filter: alpha(opacity: 0.5);
 }
 
 /* formatted --------------------------------------------------------------- */