You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/04/06 13:17:45 UTC

svn commit: r391966 - in /incubator/tobago/trunk/theme: richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/ scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/ sp...

Author: weber
Date: Thu Apr  6 04:17:42 2006
New Revision: 391966

URL: http://svn.apache.org/viewcvs?rev=391966&view=rev
Log:
fix tabGroup tabHeader styles

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

Modified: incubator/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css?rev=391966&r1=391965&r2=391966&view=diff
==============================================================================
--- incubator/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css (original)
+++ incubator/tobago/trunk/theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css Thu Apr  6 04:17:42 2006
@@ -163,7 +163,7 @@
 }
 
 /* Tab ---------------------------------------------------------------------- */
-a:link.tobago-tab-link, a:visited.tobago-tab-link, a:active.tobago-tab-link {
+tobago-tab-link {
   font: bold 12px Arial, Helvetica, sans-serif;
   color: #D6EBFF;
 }
@@ -318,6 +318,10 @@
 }
 
 .tobago-toolbar-button-table-disabled {
+  color: GrayText;
+}
+
+.tobago-toolbar-button-table-box-facet-disabled {
   color: GrayText;
 }
 

Modified: incubator/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=391966&r1=391965&r2=391966&view=diff
==============================================================================
--- incubator/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ incubator/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Thu Apr  6 04:17:42 2006
@@ -31,11 +31,11 @@
 
 /* Tab ------------------------------------------------------------------ */
 
-a:link.tobago-tab-link, a:visited.tobago-tab-link, a:active.tobago-tab-link {
+tobago-tab-link {
   font-family: arial, helvetica, sans-serif;
 /*  font-size: 14px; */
   color: #000000;
-  text-decoration: none;
+  cursor: pointer;
   white-space: nowrap;
 }
 
@@ -802,6 +802,10 @@
   color: #778899;
 }
 
+.tobago-toolbar-button-table-box-facet-disabled {
+  color: #778899;
+}
+
 .tobago-toolbar-label-td {
   height: 19px;
 /*  background: lime;*/
@@ -861,7 +865,7 @@
    color: inherit;
 }
 /*
-a:link.tobago-tab-link, a:visited.tobago-tab-link, a:active.tobago-tab-link {
+tobago-tab-link {
    text-decoration: none;
 }
  */

Modified: incubator/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css?rev=391966&r1=391965&r2=391966&view=diff
==============================================================================
--- incubator/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css (original)
+++ incubator/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css Thu Apr  6 04:17:42 2006
@@ -85,7 +85,7 @@
 
 /* Tab ---------------------------------------------------------------------- */
 
-a:link.tobago-tab-link, a:visited.tobago-tab-link, a:active.tobago-tab-link {
+tobago-tab-link {
   font: 12px Arial, Helvetica, sans-serif;
   color: #660000;
 }
@@ -582,11 +582,17 @@
   font: bold 12px arial, helvetica, sans-serif;
   color: #660000;
 }
+
 .tobago-toolbar-button-table {
   font: bold 12px arial, helvetica, sans-serif;
   color: #660000;
 }
+
 .tobago-toolbar-button-table-disabled {
+  color: #808080;
+}
+
+.tobago-toolbar-button-table-box-facet-disabled {
   color: #808080;
 }