You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/07/12 23:46:56 UTC

svn commit: r555819 - /incubator/xap/trunk/codebase/css/xapDefault.css

Author: mturyn
Date: Thu Jul 12 16:46:55 2007
New Revision: 555819

URL: http://svn.apache.org/viewvc?view=rev&rev=555819
Log:
Style changes so that toolbar looks more like a toolbar.
.xapToolBarItem added (was already supported in code)

Modified:
    incubator/xap/trunk/codebase/css/xapDefault.css

Modified: incubator/xap/trunk/codebase/css/xapDefault.css
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/css/xapDefault.css?view=diff&rev=555819&r1=555818&r2=555819
==============================================================================
--- incubator/xap/trunk/codebase/css/xapDefault.css (original)
+++ incubator/xap/trunk/codebase/css/xapDefault.css Thu Jul 12 16:46:55 2007
@@ -114,7 +114,7 @@
 	background-image: url(./xap_button.gif);
 	background-position: top center;
 	background-repeat: repeat-x;
-	background-color: #d7dde3;
+	background-color: ButtonFace;
 	font-size: 8pt;
 }
 
@@ -135,7 +135,7 @@
 /* On mouse down adjust padding so content moves down/left */
 .xapButtonMouseDown{
 	background-image: url(./xap_button_pressed.gif);
-	background-color: #ffffff;
+	background-color: #a5c5d0;
 }
 
 .xapButtonDisabled{
@@ -149,13 +149,19 @@
 /* TOOLBAR STUFF */
 .xapHorizontalToolBar{
 	background-color: ButtonFace;
-	border: 2px groove;
+	border: none;
 }
 
 
 .xapVerticalToolBar{
 	background-color: ButtonFace;
-	border: 2px groove;
+	border: none;
+}
+
+/*this should be after button to override it*/
+.xapToolBarItem{
+    background-image: none;
+    border-width: 0px;
 }
 
 /* CHECKBOX */