mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
new scroll buttons
This commit is contained in:
parent
c01b280dea
commit
e1d32627f2
@ -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
BIN
jdots/images/scroll.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 706 B |
BIN
jdots/images/scroll_hover.png
Normal file
BIN
jdots/images/scroll_hover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 659 B |
Loading…
Reference in New Issue
Block a user