This commit is contained in:
ben%netscape.com 2000-06-22 06:49:43 +00:00
Родитель 21ff76b20c
Коммит 442c8dc09d
2 изменённых файлов: 20 добавлений и 13 удалений

Просмотреть файл

@ -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;
}

Просмотреть файл

@ -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;