sidebar tweaks for classic skin, 46613

This commit is contained in:
ben%netscape.com 2000-08-13 04:33:19 +00:00
Родитель 3b783a386e
Коммит 6413fcb26f
2 изменённых файлов: 10 добавлений и 2 удалений

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

@ -89,11 +89,16 @@
background-repeat : repeat-y; background-repeat : repeat-y;
} }
.box-texttab:hover > .panelheader-grippy-box .box-texttab:hover > .panelheader-box-1
{ {
background-color : #CCCCFF; background-color : #CCCCFF;
} }
.box-texttab[selected="true"]:hover > .panelheader-box-1
{
background-color : threedface;
}
.box-texttab[last-panel="true"], .box-texttab[selected="true"] .box-texttab[last-panel="true"], .box-texttab[selected="true"]
{ {
margin-bottom : 0px; margin-bottom : 0px;
@ -157,4 +162,7 @@
{ {
border-left : 1px solid threedhighlight; border-left : 1px solid threedhighlight;
border-bottom : 1px solid threedshadow; border-bottom : 1px solid threedshadow;
border-right : 1px solid threedshadow;
} }

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

@ -110,7 +110,7 @@
</action> </action>
</rule> </rule>
</template> </template>
<box id="sidebar-iframe-no-panels" orient="vertical" flex="1" <box id="sidebar-iframe-no-panels" class="iframe-panel" orient="vertical" flex="1"
hidden="true"> hidden="true">
<html>&sidebar.no-panels.state;</html> <html>&sidebar.no-panels.state;</html>
<html>&sidebar.no-panels.add;</html> <html>&sidebar.no-panels.add;</html>