correcting some color values from #CCCCDD to #CCD0DD
authorrobert <robert>
Tue, 20 Mar 2001 15:28:04 +0000 (15:28 +0000)
committerrobert <robert>
Tue, 20 Mar 2001 15:28:04 +0000 (15:28 +0000)
EarlyBlue/communicator/skin/bookmarks/bookmarksToolbar.css
EarlyBlue/global/skin/colorpicker.css
EarlyBlue/global/skin/outliner.css
EarlyBlue/global/skin/tree.css
EarlyBlue/messenger/skin/messenger.css
EarlyBlue/messenger/skin/messengercompose/messengercompose.css
EarlyBlue/navigator/skin/pageInfo.css

index f0ed85fc4bb315ca5dbc776c610777c1cf641125..f5aec191fb32f970f5b9df110b6b873add29e6ee 100644 (file)
@@ -84,5 +84,6 @@
   .menubutton-toolbar-single-text[dragover-top="true"]
     {
       background-color    : #336699;
-      color               : #CCCCDD;
+      color               : #CCD0DD;
     }
+
index 54200954610ac6727862f036297576cd89e5c773..2953656734ef98a98039c49057eca6d6a6c949aa 100644 (file)
@@ -4,7 +4,7 @@
   width                 : 20px;
   height                : 20px;
   margin                : 1px;
-  border                : 1px inset #CCCCDD;
+  border                : 1px inset #CCD0DD;
 }
 
 .colorpickertile[hover="true"] {
@@ -20,7 +20,7 @@
 colorpicker[type="button"] {
   width: 35px;
   height: 20px;
-  border: 1px outset #CCCCDD;
+  border: 1px outset #CCD0DD;
 }
 
 .colorpicker-button-internal-box {
@@ -38,9 +38,10 @@ colorpicker[type="button"]:focus > .colorpicker-button-internal-box {
 }
 
 colorpicker[type="button"][open="true"] {
-  border: 1px inset #CCCCDD;
+  border: 1px inset #CCD0DD;
 }
 
 colorpicker[type="button"][open="true"] > .colorpicker-button-internal-box {
 }
 
+
index c4802231753ba519b4e8f8b17a798428827b99ce..664fa25b16db661f98106bebc360771a9883692d 100644 (file)
@@ -89,13 +89,13 @@ outlinercol
 { 
   border: #666699;
   padding: 0px;
-  background-color: #CCCCDD;
+  background-color: #CCD0DD;
   color: black;
 }
 
 .outlinercol-box,
 .outlinercol-image-box {
-  border: 1px outset #CCCCDD;
+  border: 1px outset #CCD0DD;
 }  
 
 .outlinercol-box {
@@ -145,3 +145,4 @@ outlinercol:hover:active > .outlinercol-image-box
   list-style-image: url("chrome://global/skin/columnselect.gif");
 }
 
+
index 6dd871682286a6baaf1d595a4c83cebbdf69877e..ee85bc4dd68f4421cd94fa7cdbd8963a850097c1 100755 (executable)
@@ -16,7 +16,7 @@ tree {
  *  inset borders, and default dialog spacing.
  **/
 tree.inset {
-  border: 1px inset #CCCCDD;
+  border: 1px inset #CCD0DD;
   margin: 1px 3px 2px 3px;
 }
 
@@ -41,9 +41,9 @@ treecell {
 .treecell-header,
 .treecell-header-image,
 .treecell-inset-header {
-  background-color: #CCCCDD; 
+  background-color: #CCD0DD; 
   color: black;
-  border: 1px outset #CCCCDD;
+  border: 1px outset #CCD0DD;
   vertical-align: middle;
   padding: 0px;
 }
@@ -62,7 +62,7 @@ treecell {
 .treecell-header:hover:active,
 .treecell-inset-header:hover:active,
 .treecell-header-image:hover:active {
-  border: 1px inset #CCCCDD;
+  border: 1px inset #CCD0DD;
 }
 
 .treecell-image 
@@ -190,3 +190,4 @@ treerow[mode="inline-edit"]
 
 
 
+
index fcc3a0966ef4c3a583b90f8f07cff1ec155105a3..4a7d1f0fe0475db0173c4960f08dfdc021c57e81 100755 (executable)
@@ -115,7 +115,7 @@ iframe {
 }
 
 #button-file[open="true"] > .button-internal-box {
-       border: 1px inset #CCCCDD;
+       border: 1px inset #CCD0DD;
         padding               : 2px 0px 0px 2px;
 }
 
@@ -435,3 +435,4 @@ searchterm
 {
   border-left          : none;
 }
+
index 3bf024430d7a1b5d82f2ba81812a014c9c70991b..100663501f4a9d927b95e34ba45febc48347ad4e 100755 (executable)
@@ -19,7 +19,7 @@
 #listcol-addressingWidget 
   {
     width                 : 9em;
-    border-right          : 1px solid #CCCCDD;
+    border-right          : 1px solid #CCD0DD;
   }
   
 #addressingWidgetTree > treechildren > treeitem > treerow,
@@ -32,7 +32,7 @@
 .treecell-addressingWidget
   {
        vertical-align        : middle;
-    border-bottom         : 1px solid #CCCCDD;
+    border-bottom         : 1px solid #CCD0DD;
     padding               : 0px !important;
   }
   
@@ -43,7 +43,7 @@
 
 .dummy-row-cell:first-child
   {
-    border-bottom         : 1px solid #CCCCDD;
+    border-bottom         : 1px solid #CCD0DD;
   }
 
 .person-icon 
 
 #content-frame
   {
-    border                : 1px inset #CCCCDD;
+    border                : 1px inset #CCD0DD;
   }
 
 #msgIdentity, #addressingWidgetTree, #msgSubject
        list-style-image:url("chrome://global/skin/alert-icon.gif");
 }
 
+
index e9ca988993b4ee9debea7e1e69e2b3118b370a40..5e5c9306ff087822c8ef7818fbab0b562384a598 100755 (executable)
@@ -1,14 +1,15 @@
-.title {\r
-  font-weight: bold;\r
-  margin-bottom: 1em;\r
-  font-size: larger;\r
-}\r
-tree {\r
-  height: 100px;\r
-  margin-bottom: 1em;\r
-}\r
-treerow {\r
-  background-color: #ebebcc;\r
-}\r
-treecell { border-left: 1px solid #ccccDD; border-top: 1px solid #ccccDD; }\r
-\r
+.title {
+  font-weight: bold;
+  margin-bottom: 1em;
+  font-size: larger;
+}
+tree {
+  height: 100px;
+  margin-bottom: 1em;
+}
+treerow {
+  background-color: #ebebcc;
+}
+treecell { border-left: 1px solid #CCD0DD; border-top: 1px solid #CCD0DD; }
+
+