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:16:58 UTC

svn commit: r1072895 - in /myfaces/tobago/trunk/tobago-theme: tobago-theme-charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/style/ tobago-theme-richmond/src/main/resources/org/apache/myfaces/tobago/rend...

Author: lofwyr
Date: Mon Feb 21 09:15:50 2011
New Revision: 1072895

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

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

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/style/style.css?rev=1072895&r1=1072894&r2=1072895&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/src/main/resources/org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/style/style.css Mon Feb 21 09:15:50 2011
@@ -126,7 +126,7 @@ li.tobago-menu-markup-selected {
   background-color: #FADC9F;
 }
 
-.tobago-sheet-row-markup-selected {
+.tobago-sheet-row-markup-selected, .tobago-sheet-row-markup-selected td {
 	background-color: highlight;
 	color: highlighttext;
 }

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css?rev=1072895&r1=1072894&r2=1072895&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css Mon Feb 21 09:15:50 2011
@@ -241,7 +241,7 @@ img.tobago-progress-color2 {
   background: #EBEFEB;
 }
 
-.tobago-sheet-row-markup-selected {
+.tobago-sheet-row-markup-selected, .tobago-sheet-row-markup-selected td {
 	background: highlight;
 	color: highlighttext;
 }

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=1072895&r1=1072894&r2=1072895&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Mon Feb 21 09:15:50 2011
@@ -872,7 +872,7 @@ hr.tobago-separator {
   background: #d8e9fb;
 }
 
-.tobago-sheet-row-markup-selected {
+.tobago-sheet-row-markup-selected, .tobago-sheet-row-markup-selected td {
 	background: highlight;
 	color: highlighttext;
 }

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css?rev=1072895&r1=1072894&r2=1072895&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css Mon Feb 21 09:15:50 2011
@@ -467,7 +467,7 @@ hr.tobago-separator, .tobago-separator-s
   background: #ffffff;
 }
 
-.tobago-sheet-row-markup-selected {
+.tobago-sheet-row-markup-selected, .tobago-sheet-row-markup-selected td {
 	background: #EBEAEA;
 	color: #000000;
 }