diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 6431b9e916..a2150c791b 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -3763,7 +3763,7 @@ td.message span.message { text-decoration: none; height: 32px; /*font-size: 1.1em;*/ - font-size: 12.1px; + font-size: 12.100000000000001px; line-height: 1.5em; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover { @@ -3787,7 +3787,7 @@ td.message span.message { } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before { padding-right: 20px; - font-size: 12.1px; + font-size: 12.100000000000001px; content: " "; background-image: url(../images/topmenu_items/home.png); background-repeat: no-repeat; @@ -4185,7 +4185,7 @@ td.message span.message { padding-left: 3em; color: #999999; /*font-size: 12px;*/ - font-size: 12.1px; + font-size: 12.100000000000001px; line-height: 17px; } #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header object { @@ -4356,8 +4356,8 @@ td.message span.message { margin: 5px 0px 3px 5px; padding: 0px 0px 0px 15px; line-height: 1em; - font-size: 12.1px; - background-image: url(../images/arrow_left.png); + font-size: 12.100000000000001px; + background-image: url(../images/arrow_right.png); background-repeat: no-repeat; background-position: left center; } @@ -4389,7 +4389,7 @@ td.message span.message { /*.background-clip(padding-box);*/ } #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1 { - background-image: url(../images/arrow_down.png); + background-image: url(../images/arrow_down_white.png); line-height: 1em; font-size: 12px; } diff --git a/pixelegg/images/arrow_down.png b/pixelegg/images/arrow_down.png index 648ebb6c63..d9e1a7ecc9 100644 Binary files a/pixelegg/images/arrow_down.png and b/pixelegg/images/arrow_down.png differ diff --git a/pixelegg/images/arrow_down_white.png b/pixelegg/images/arrow_down_white.png new file mode 100644 index 0000000000..cba805c3ab Binary files /dev/null and b/pixelegg/images/arrow_down_white.png differ diff --git a/pixelegg/images/arrow_right.png b/pixelegg/images/arrow_right.png new file mode 100644 index 0000000000..64836eb60c Binary files /dev/null and b/pixelegg/images/arrow_right.png differ diff --git a/pixelegg/less/layout_raster_sidebar.less b/pixelegg/less/layout_raster_sidebar.less index 4128bf4786..609cd9d015 100644 --- a/pixelegg/less/layout_raster_sidebar.less +++ b/pixelegg/less/layout_raster_sidebar.less @@ -225,15 +225,15 @@ padding: 0px 0px 0px 15px; line-height: 1em; .fontsize_l; - background-image:url(../images/arrow_left.png); + background-image:url(../images/arrow_right.png); background-repeat:no-repeat; background-position:left center; } div.egw_fw_ui_category:nth-last-of-type(-n+3) { - img.egw_fw_ui_sidemenu_listitem_icon { - display: block; - } + img.egw_fw_ui_sidemenu_listitem_icon { + display: block; + } } } @@ -263,34 +263,27 @@ .border_radius(3px,3px,3px,3px) !important; h1 { - background-image:url(../images/arrow_down.png); + background-image:url(../images/arrow_down_white.png); line-height: 1em; font-size: 12px; - a { - color: #FFF; + a { + color: #FFF; + img {.dimension_width_height_s;} - img {.dimension_width_height_s;} - - &:hover { - padding: 5px 30px 5px 0px; - width: 200px; - .background_color_10_gray; - .color_50_gray; - .Complete_Button_hover; - } - } - - } + &:hover { + padding: 5px 30px 5px 0px; + width: 200px; + .background_color_10_gray; + .color_50_gray; + .Complete_Button_hover; + } + } + } &:hover {background-color: @egw_color_2_d; .transition (0.2s, ease-out);} } - - - - - } .egw_fw_ui_sidemenu_entry_content_bottom {