Commit ad4e36a1 authored by ben%netscape.com's avatar ben%netscape.com
Browse files

classic skin work

parent a2e80467
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@
  button, button.left
    {
      behavior            : url("chrome://global/skin/buttonBindings.xml#buttonleft");
      border-left         : 1px solid buttonhighlight;
      border-top          : 1px solid buttonhighlight;
      border-left         : 1px solid threedface;
      border-top          : 1px solid threedface;
      border-right        : 1px solid threeddarkshadow;
      border-bottom       : 1px solid threeddarkshadow;
      margin              : 1px 5px 2px 5px;
@@ -21,16 +21,15 @@
  
  .button-box-1  
    {
      border-left         : 1px solid buttonhighlight;
      border-top          : 1px solid buttonhighlight;
      border-right        : 1px solid buttonshadow;
      border-bottom       : 1px solid buttonshadow;
      border-left         : 1px solid threedhighlight;
      border-top          : 1px solid threedhighlight;
      border-right        : 1px solid threedshadow;
      border-bottom       : 1px solid threedshadow;
    }

  .button-box-2
    {
      
			border              : 1px solid ButtonFace;	
			border              : 1px solid threedface;	
    }
    
  button:hover:active 
@@ -77,7 +76,7 @@
      text-align          : center;
      vertical-align      : middle;
      padding             : 0px 3px 1px 2px;
      border              : 1px solid buttonface;
      border              : 1px solid threedface;
      margin              : 1px;
    }

+12 −4
Original line number Diff line number Diff line
@@ -16,6 +16,14 @@ tree
    border-bottom         : 1px soild threedhighlight;
  }
  
.tree-container-treerows
  {
    border-left           : 1px solid threeddarkshadow;
    border-top            : 1px solid threeddarkshadow;
    border-right          : 1px solid threedface;
    border-bottom         : 1px solid threedface;
  }  
  
tree.inset
  {
    margin                : 1px 5px 2px 5px;
@@ -37,8 +45,8 @@ treecell
.treecell-inset-header 
  { 
    behavior              : url("chrome://global/skin/treeBindings.xml#treecell-header");
    border-left           : 1px solid threedface !important;
    border-top            : 1px solid threedface !important;
    border-left           : 1px solid threedhighlight !important;
    border-top            : 1px solid threedhighlight !important;
    border-right          : 1px solid threeddarkshadow !important;
    border-bottom         : 1px solid threeddarkshadow !important;
    background-color      : threedface;
@@ -47,8 +55,8 @@ treecell

.treecell-header-box
  {
    border-left           : 1px solid threedhighlight;
    border-top            : 1px solid threedhighlight;
    border-left           : 1px solid threedface;
    border-top            : 1px solid threedface;
    border-right          : 1px solid threedshadow;
    border-bottom         : 1px solid threedshadow;
    padding               : 2px 5px 2px 4px;