[Checkins] SVN: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml customized styles for different types of buttons

Denis Mishunov denis.mishunoff at gmail.com
Sun Feb 3 15:15:53 EST 2008


Log message for revision 83465:
  customized styles for different types of buttons

Changed:
  U   zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml

-=-
Modified: zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml
===================================================================
--- zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-03 19:32:38 UTC (rev 83464)
+++ zopeorg.theme/trunk/zopeorg/theme/skins/zopeorg_theme_styles/main.css.dtml	2008-02-03 20:15:52 UTC (rev 83465)
@@ -25,6 +25,31 @@
     line-height:15px; /* Safari */    
 }
 
+.context, 
+.formControls .actionButtons .button, 
+.documentEditable * .context,
+.standalone, 
+.documentEditable * .standalone,
+input.searchButton,
+.destructive, 
+.documentEditable * .destructive {
+    background-image: none;
+    background-color:&dtml-fontColor;;
+    color: #fff;
+    padding: 1px 0.5em 3px;
+    font-weight: bold;
+}
+.standalone, 
+.documentEditable * .standalone {
+    background-color: &dtml-linkColor;;
+    color: &dtml-fontColor;;
+}
+.destructive, 
+.documentEditable * .destructive {
+    background-color: &dtml-notifyBackgroundColor;;    
+    color: &dtml-fontColor;;    
+}
+
 #portal-header {
     background:&dtml-globalBackgroundColor;;
     border-bottom:1px solid &dtml-globalBorderColor;;



More information about the Checkins mailing list