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 2011/02/21 10:17:55 UTC

svn commit: r1072896 - in /myfaces/tobago/branches/tobago-1.0.x/theme: charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/style/ richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmo...

Author: lofwyr
Date: Mon Feb 21 09:17:55 2011
New Revision: 1072896

URL: http://svn.apache.org/viewvc?rev=1072896&view=rev
Log:
TOBAGO-975: CSS for sheet row selection should also effect the <td> element

Modified:
    myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/style/tobago-sheet.css
    myfaces/tobago/branches/tobago-1.0.x/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago-sheet.css
    myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-sheet.css
    myfaces/tobago/branches/tobago-1.0.x/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-sheet.css

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/style/tobago-sheet.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/style/tobago-sheet.css?rev=1072896&r1=1072895&r2=1072896&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/style/tobago-sheet.css (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/style/tobago-sheet.css Mon Feb 21 09:17:55 2011
@@ -38,7 +38,7 @@
   background: #FADC9F;
 }
  
-.tobago-sheet-row-selected {
+.tobago-sheet-row-selected, .tobago-sheet-row-selected td {
 	background: highlight;
 	color: highlighttext;
 }

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago-sheet.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago-sheet.css?rev=1072896&r1=1072895&r2=1072896&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago-sheet.css (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago-sheet.css Mon Feb 21 09:17:55 2011
@@ -40,7 +40,7 @@
   background: #EBEFEB;
 }
  
-.tobago-sheet-row-selected {
+.tobago-sheet-row-selected, .tobago-sheet-row-selected td {
 	background: highlight;
 	color: highlighttext;
 }

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-sheet.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-sheet.css?rev=1072896&r1=1072895&r2=1072896&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-sheet.css (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-sheet.css Mon Feb 21 09:17:55 2011
@@ -160,7 +160,7 @@ div.tobago-sheet-cell-inner span {
   background: #d8e9fb;
 }
 
-.tobago-sheet-row-selected {
+.tobago-sheet-row-selected, .tobago-sheet-row-selected td {
 	background: highlight;
 	color: highlighttext;
 }

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-sheet.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-sheet.css?rev=1072896&r1=1072895&r2=1072896&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-sheet.css (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-sheet.css Mon Feb 21 09:17:55 2011
@@ -52,7 +52,7 @@
   background: #ffffff;
 }
 
-.tobago-sheet-row-selected {
+.tobago-sheet-row-selected, .tobago-sheet-row-selected td {
 	background: #EBEAEA;
 	color: #000000;
 }