new scroll buttons

This commit is contained in:
Ralf Becker 2010-06-17 07:25:52 +00:00
parent c01b280dea
commit e1d32627f2
7 changed files with 11 additions and 13 deletions

View File

@ -382,14 +382,9 @@ body {
z-index: 2;
}
.egw_fw_ui_scrollarea_button_up.egw_fw_ui_scrollarea_button_hover
.egw_fw_ui_scrollarea_button_up.egw_fw_ui_scrollarea_button_hover, .egw_fw_ui_scrollarea_button_down.egw_fw_ui_scrollarea_button_hover
{
background-image:url(images/gradient_scroll_up_hover.png);
}
.egw_fw_ui_scrollarea_button_down.egw_fw_ui_scrollarea_button_hover
{
background-image:url(images/gradient_scroll_down_hover.png);
background-image:url(images/scroll_hover.png);
}
.egw_fw_ui_scrollarea_button_disabled
@ -397,20 +392,23 @@ body {
display: none !important;
}
.egw_fw_ui_scrollarea_button_up, .egw_fw_ui_scrollarea_button_down
{
height: 14px;
background-image:url(images/scroll.png);
background-color: white;
background-repeat: no-repeat;
background-position: center;
}
.egw_fw_ui_scrollarea_button_up
{
top: 0px;
background-image:url(images/gradient_scroll_up.png);
background-repeat: no-repeat;
background-position: center;
}
.egw_fw_ui_scrollarea_button_down
{
bottom: 0px;
background-image:url(images/gradient_scroll_down.png);
background-repeat: no-repeat;
background-position: center;
}
.egw_fw_ui_scrollarea_outerdiv

Binary file not shown.

Before

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 B

BIN
jdots/images/scroll.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B