change arrows for opened/closed sidebox to match tree icons

This commit is contained in:
Ralf Becker 2016-02-26 11:24:27 +00:00
parent 63f1e7100c
commit a44812e7b8
5 changed files with 23 additions and 30 deletions

View File

@ -3763,7 +3763,7 @@ td.message span.message {
text-decoration: none; text-decoration: none;
height: 32px; height: 32px;
/*font-size: 1.1em;*/ /*font-size: 1.1em;*/
font-size: 12.1px; font-size: 12.100000000000001px;
line-height: 1.5em; line-height: 1.5em;
} }
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover { #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 { #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before {
padding-right: 20px; padding-right: 20px;
font-size: 12.1px; font-size: 12.100000000000001px;
content: " "; content: " ";
background-image: url(../images/topmenu_items/home.png); background-image: url(../images/topmenu_items/home.png);
background-repeat: no-repeat; background-repeat: no-repeat;
@ -4185,7 +4185,7 @@ td.message span.message {
padding-left: 3em; padding-left: 3em;
color: #999999; color: #999999;
/*font-size: 12px;*/ /*font-size: 12px;*/
font-size: 12.1px; font-size: 12.100000000000001px;
line-height: 17px; line-height: 17px;
} }
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header object { #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; margin: 5px 0px 3px 5px;
padding: 0px 0px 0px 15px; padding: 0px 0px 0px 15px;
line-height: 1em; line-height: 1em;
font-size: 12.1px; font-size: 12.100000000000001px;
background-image: url(../images/arrow_left.png); background-image: url(../images/arrow_right.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: left center; background-position: left center;
} }
@ -4389,7 +4389,7 @@ td.message span.message {
/*.background-clip(padding-box);*/ /*.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 { #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; line-height: 1em;
font-size: 12px; font-size: 12px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 B

After

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

View File

@ -225,7 +225,7 @@
padding: 0px 0px 0px 15px; padding: 0px 0px 0px 15px;
line-height: 1em; line-height: 1em;
.fontsize_l; .fontsize_l;
background-image:url(../images/arrow_left.png); background-image:url(../images/arrow_right.png);
background-repeat:no-repeat; background-repeat:no-repeat;
background-position:left center; background-position:left center;
} }
@ -263,14 +263,13 @@
.border_radius(3px,3px,3px,3px) !important; .border_radius(3px,3px,3px,3px) !important;
h1 { h1 {
background-image:url(../images/arrow_down.png); background-image:url(../images/arrow_down_white.png);
line-height: 1em; line-height: 1em;
font-size: 12px; font-size: 12px;
a { a {
color: #FFF; color: #FFF;
img {.dimension_width_height_s;} img {.dimension_width_height_s;}
&:hover { &:hover {
@ -281,16 +280,10 @@
.Complete_Button_hover; .Complete_Button_hover;
} }
} }
} }
&:hover {background-color: @egw_color_2_d; .transition (0.2s, ease-out);} &:hover {background-color: @egw_color_2_d; .transition (0.2s, ease-out);}
} }
} }
.egw_fw_ui_sidemenu_entry_content_bottom { .egw_fw_ui_sidemenu_entry_content_bottom {