diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 870ccda52a..f4608510e2 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -4896,19 +4896,21 @@ td.message span.message { height: 35px; top: 0px; border-bottom: 1px solid silver; - background-image: url(../images/up_pointer.png); + background-image: url(../images/up.svg); background-position: center; background-repeat: no-repeat; - background-position-y: -1px; + background-position-y: 5px; + background-size: 24px; } .egw_fw_ui_scrollarea_button_down { bottom: 0px; height: 35px; border-top: 1px solid silver; - background-image: url(../images/down_pointer.png); + background-image: url(../images/down.svg); background-repeat: no-repeat; background-position: center; - background-position-y: 1px; + background-position-y: 6px; + background-size: 24px; } .egw_fw_ui_scrollarea_outerdiv { height: 100%; diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index cd592384a7..04f666653d 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -4885,19 +4885,21 @@ td.message span.message { height: 35px; top: 0px; border-bottom: 1px solid silver; - background-image: url(../images/up_pointer.png); + background-image: url(../images/up.svg); background-position: center; background-repeat: no-repeat; - background-position-y: -1px; + background-position-y: 5px; + background-size: 24px; } .egw_fw_ui_scrollarea_button_down { bottom: 0px; height: 35px; border-top: 1px solid silver; - background-image: url(../images/down_pointer.png); + background-image: url(../images/down.svg); background-repeat: no-repeat; background-position: center; - background-position-y: 1px; + background-position-y: 6px; + background-size: 24px; } .egw_fw_ui_scrollarea_outerdiv { height: 100%; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 24d7ab3266..ad19b3acdd 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -4896,19 +4896,21 @@ td.message span.message { height: 35px; top: 0px; border-bottom: 1px solid silver; - background-image: url(../images/up_pointer.png); + background-image: url(../images/up.svg); background-position: center; background-repeat: no-repeat; - background-position-y: -1px; + background-position-y: 5px; + background-size: 24px; } .egw_fw_ui_scrollarea_button_down { bottom: 0px; height: 35px; border-top: 1px solid silver; - background-image: url(../images/down_pointer.png); + background-image: url(../images/down.svg); background-repeat: no-repeat; background-position: center; - background-position-y: 1px; + background-position-y: 6px; + background-size: 24px; } .egw_fw_ui_scrollarea_outerdiv { height: 100%; diff --git a/pixelegg/images/down.svg b/pixelegg/images/down.svg new file mode 100644 index 0000000000..19a9866c53 --- /dev/null +++ b/pixelegg/images/down.svg @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/pixelegg/images/up.svg b/pixelegg/images/up.svg new file mode 100644 index 0000000000..7524b993c1 --- /dev/null +++ b/pixelegg/images/up.svg @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/pixelegg/less/layout_raster_scrollarea.less b/pixelegg/less/layout_raster_scrollarea.less index 168449d772..7e40b914de 100644 --- a/pixelegg/less/layout_raster_scrollarea.less +++ b/pixelegg/less/layout_raster_scrollarea.less @@ -74,10 +74,11 @@ height: 35px; top: 0px; border-bottom: 1px solid silver; - background-image: url(../images/up_pointer.png); + background-image: url(../images/up.svg); background-position: center; background-repeat: no-repeat; - background-position-y: -1px; + background-position-y: 5px; + background-size: 24px; } .egw_fw_ui_scrollarea_button_down @@ -85,10 +86,11 @@ bottom: 0px; height: 35px; border-top: 1px solid silver; - background-image: url(../images/down_pointer.png); + background-image: url(../images/down.svg); background-repeat: no-repeat; background-position: center; - background-position-y: 1px; + background-position-y: 6px; + background-size: 24px; } .egw_fw_ui_scrollarea_outerdiv diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index d1fbad8303..e7bbc7ae99 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -4907,19 +4907,21 @@ td.message span.message { height: 35px; top: 0px; border-bottom: 1px solid silver; - background-image: url(../images/up_pointer.png); + background-image: url(../images/up.svg); background-position: center; background-repeat: no-repeat; - background-position-y: -1px; + background-position-y: 5px; + background-size: 24px; } .egw_fw_ui_scrollarea_button_down { bottom: 0px; height: 35px; border-top: 1px solid silver; - background-image: url(../images/down_pointer.png); + background-image: url(../images/down.svg); background-repeat: no-repeat; background-position: center; - background-position-y: 1px; + background-position-y: 6px; + background-size: 24px; } .egw_fw_ui_scrollarea_outerdiv { height: 100%;